mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
gerg-desktop add printers
This commit is contained in:
parent
e901fe5900
commit
8e11ccc75e
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue