diff --git a/hosts/nb-01.cloonar.com/modules/printer.nix b/hosts/nb-01.cloonar.com/modules/printer.nix index 0dd0a1a..a89dbd6 100644 --- a/hosts/nb-01.cloonar.com/modules/printer.nix +++ b/hosts/nb-01.cloonar.com/modules/printer.nix @@ -9,21 +9,21 @@ in { services.avahi.nssmdns = true; services.avahi.openFirewall = true; - hardware.printers = { - ensureDefaultPrinter = brother; - ensurePrinters = [ - { - name = "Office"; - deviceUri = "socket://mercury.epicenter.intra"; - description = lib.replaceStrings [ "_" ] [ " " ] brother; - location = "Office"; - } - { - name = "Cloonar"; - deviceUri = "socket://mercury.epicenter.intra"; - description = lib.replaceStrings [ "_" ] [ " " ] brother; - location = "Office"; - } - ]; - }; + # hardware.printers = { + # ensureDefaultPrinter = brother; + # ensurePrinters = [ + # { + # name = "Office"; + # deviceUri = "socket://mercury.epicenter.intra"; + # description = lib.replaceStrings [ "_" ] [ " " ] brother; + # location = "Office"; + # } + # { + # name = "Cloonar"; + # deviceUri = "socket://mercury.epicenter.intra"; + # description = lib.replaceStrings [ "_" ] [ " " ] brother; + # location = "Office"; + # } + # ]; + # }; }