remove printer with everywhere driver
This commit is contained in:
parent
8403c92792
commit
fc58ce98cb
1 changed files with 12 additions and 12 deletions
|
|
@ -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";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue