gerg-desktop add printers

This commit is contained in:
Gerg-L 2025-01-22 18:34:10 -05:00
parent e901fe5900
commit 8e11ccc75e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -24,6 +24,7 @@
"steam"
"steam-unwrapped"
"steam-run"
"hplip"
];
packages = {
inherit (pkgs)
@ -178,6 +179,17 @@
};
};
# printing
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
services.printing = {
enable = true;
drivers = [ pkgs.hplipWithPlugin ];
};
#user managment
sops.secrets.gerg.neededForUsers = true;