1
0
Fork 0

Ergänze Druckerconfig

This commit is contained in:
Malte Brandy 2021-11-27 14:02:04 +01:00
parent 00822a722d
commit 0a33af190e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -148,7 +148,16 @@ in
security.rtkit.enable = true;
boot.kernelPackages = pkgs.linuxPackages_xanmod;
#virtualisation.waydroid.enable = true;
virtualisation.waydroid.enable = true;
hardware.printers.ensurePrinters = [
{
name = "Klio";
location = "Wohnzimmer";
description = "Brother MFC-L3750CDW";
deviceUri = "ipp://klio.m-0.eu/ipp";
model = "everywhere";
}
];
services = {
#teamviewer.enable = true;
pipewire.enable = lib.mkForce false;