From 96d112ad70e8505692108f3cda0e2aa0065ffb5b Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 9 Jan 2024 11:45:37 -0600 Subject: [PATCH] Ugh, printer setup isn't working for now --- common/moms-house/printer.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; + # }; }