remove printer
This commit is contained in:
parent
8bc67465f1
commit
49e571c3d4
1 changed files with 17 additions and 17 deletions
|
|
@ -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";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue