remove printer

This commit is contained in:
2023-09-07 09:02:41 +02:00
parent 8bc67465f1
commit 49e571c3d4

View File

@@ -9,21 +9,21 @@ in {
services.avahi.nssmdns = true; services.avahi.nssmdns = true;
services.avahi.openFirewall = true; services.avahi.openFirewall = true;
hardware.printers = { # hardware.printers = {
ensureDefaultPrinter = brother; # ensureDefaultPrinter = brother;
ensurePrinters = [ # ensurePrinters = [
{ # {
name = "Office"; # name = "Office";
deviceUri = "socket://mercury.epicenter.intra"; # deviceUri = "socket://mercury.epicenter.intra";
description = lib.replaceStrings [ "_" ] [ " " ] brother; # description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Office"; # location = "Office";
} # }
{ # {
name = "Cloonar"; # name = "Cloonar";
deviceUri = "socket://mercury.epicenter.intra"; # deviceUri = "socket://mercury.epicenter.intra";
description = lib.replaceStrings [ "_" ] [ " " ] brother; # description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Office"; # location = "Office";
} # }
]; # ];
}; # };
} }