diff --git a/nixos/localcfg.nix b/nixos/localcfg.nix index 78e3bfb..1b8d077 100644 --- a/nixos/localcfg.nix +++ b/nixos/localcfg.nix @@ -77,7 +77,11 @@ in services.printing = { enable = true; - drivers = [ pkgs.hplip ]; + drivers = [ pkgs.hplip pkgs.gutenprint pkgs.cnijfilter2 ]; + }; + services.avahi = { + nssmdns = true; + enable = true; }; hardware.opengl = {