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