remove printer with everywhere driver
This commit is contained in:
@@ -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";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user