remove printer
This commit is contained in:
@@ -9,21 +9,21 @@ in {
|
||||
services.avahi.nssmdns = true;
|
||||
services.avahi.openFirewall = true;
|
||||
|
||||
hardware.printers = {
|
||||
ensureDefaultPrinter = brother;
|
||||
ensurePrinters = [
|
||||
{
|
||||
name = "Office";
|
||||
deviceUri = "socket://mercury.epicenter.intra";
|
||||
description = lib.replaceStrings [ "_" ] [ " " ] brother;
|
||||
location = "Office";
|
||||
}
|
||||
{
|
||||
name = "Cloonar";
|
||||
deviceUri = "socket://mercury.epicenter.intra";
|
||||
description = lib.replaceStrings [ "_" ] [ " " ] brother;
|
||||
location = "Office";
|
||||
}
|
||||
];
|
||||
};
|
||||
# hardware.printers = {
|
||||
# ensureDefaultPrinter = brother;
|
||||
# ensurePrinters = [
|
||||
# {
|
||||
# name = "Office";
|
||||
# deviceUri = "socket://mercury.epicenter.intra";
|
||||
# description = lib.replaceStrings [ "_" ] [ " " ] brother;
|
||||
# location = "Office";
|
||||
# }
|
||||
# {
|
||||
# name = "Cloonar";
|
||||
# deviceUri = "socket://mercury.epicenter.intra";
|
||||
# description = lib.replaceStrings [ "_" ] [ " " ] brother;
|
||||
# location = "Office";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user