diff --git a/nixosConfigurations/gerg-desktop/main.nix b/nixosConfigurations/gerg-desktop/main.nix index 4dbae45..6946a54 100644 --- a/nixosConfigurations/gerg-desktop/main.nix +++ b/nixosConfigurations/gerg-desktop/main.nix @@ -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;