Skip to content

Commit

Permalink
gerg-desktop add printers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg-L committed Jan 23, 2025
1 parent e901fe5 commit 8e11ccc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nixosConfigurations/gerg-desktop/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"steam"
"steam-unwrapped"
"steam-run"
"hplip"
];
packages = {
inherit (pkgs)
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 8e11ccc

Please sign in to comment.