mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -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"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
"steam-run"
|
"steam-run"
|
||||||
|
"hplip"
|
||||||
];
|
];
|
||||||
packages = {
|
packages = {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
|
|
@ -178,6 +179,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# printing
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = [ pkgs.hplipWithPlugin ];
|
||||||
|
};
|
||||||
|
|
||||||
#user managment
|
#user managment
|
||||||
sops.secrets.gerg.neededForUsers = true;
|
sops.secrets.gerg.neededForUsers = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue