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.openFirewall = true;
hardware.printers = {
ensureDefaultPrinter = brother;
ensurePrinters = [
{
name = brother;
deviceUri = "ipp://${hostName}/ipp";
model = "everywhere";
description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Study";
}
];
};
# hardware.printers = {
# ensureDefaultPrinter = brother;
# ensurePrinters = [
# {
# name = brother;
# deviceUri = "ipp://${hostName}/ipp";
# model = "everywhere";
# description = lib.replaceStrings [ "_" ] [ " " ] brother;
# location = "Study";
# }
# ];
# };
}