diff --git a/common.nix b/common.nix index a6dd36b..cffacd9 100644 --- a/common.nix +++ b/common.nix @@ -36,6 +36,7 @@ services.avahi.enable = true; # cups browsing support services.printing = { enable = true; + browsing = true; drivers = [ pkgs.hplip ]; }; # services.colord.enable = true; diff --git a/theba.nix b/theba.nix index 9dfb3e9..5a316fb 100644 --- a/theba.nix +++ b/theba.nix @@ -69,4 +69,6 @@ # time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern"; + services.avahi.nssmdns = true; + }