diff --git a/home-pc.nix b/home-pc.nix index 61102ca..8a634a1 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -55,8 +55,6 @@ systemd.notify.method = "libnotify"; systemd.notify.libnotify.user = "felschr"; - services.printing.drivers = with pkgs; [ epson-escpr ]; - # only change this when specified in release notes system.stateVersion = "22.11"; } diff --git a/system/desktop.nix b/system/desktop.nix index 3e0688c..506ecfc 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -3,6 +3,9 @@ { imports = [ ./common.nix ./fonts.nix ./sound.nix ./vpn.nix ]; - services.printing.enable = true; services.fwupd.enable = true; + + services.printing.enable = true; + services.avahi.enable = true; + services.avahi.nssmdns = true; } diff --git a/work-pc.nix b/work-pc.nix index 081dee4..9b43540 100644 --- a/work-pc.nix +++ b/work-pc.nix @@ -36,8 +36,6 @@ permitRootLogin = "no"; }; - services.printing.drivers = with pkgs; [ epson-escpr ]; - # only change this when specified in release notes system.stateVersion = "22.05"; }