diff --git a/common/moms-house/printer.nix b/common/moms-house/printer.nix index 5fdea79..3a9ab1c 100644 --- a/common/moms-house/printer.nix +++ b/common/moms-house/printer.nix @@ -8,9 +8,9 @@ }; # Enable auto-discovery of printers - services.avahi = { - enable = true; - nssmdns = true; - openFirewall = true; - }; + # services.avahi = { + # enable = true; + # nssmdns = true; + # openFirewall = true; + # }; }