remove printer with everywhere driver

This commit is contained in:
2023-08-22 11:29:07 +02:00
parent 8403c92792
commit fc58ce98cb

View File

@@ -8,16 +8,16 @@ 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 = brother; # name = brother;
deviceUri = "ipp://${hostName}/ipp"; # deviceUri = "ipp://${hostName}/ipp";
model = "everywhere"; # model = "everywhere";
description = lib.replaceStrings [ "_" ] [ " " ] brother; # description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Study"; # location = "Study";
} # }
]; # ];
}; # };
} }