style: reformat with nixfmt-rfc-style
This commit is contained in:
parent
5ad8bc1d56
commit
1c5d83d81e
99 changed files with 2247 additions and 1334 deletions
system/printing
|
@ -5,13 +5,14 @@
|
|||
|
||||
hardware.printers = {
|
||||
ensureDefaultPrinter = "Brother_HL-L2370DN";
|
||||
ensurePrinters = [{
|
||||
name = "Brother_HL-L2370DN";
|
||||
description = "Brother HL-L2370DN";
|
||||
deviceUri =
|
||||
"dnssd://Brother%20HL-L2370DN%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b422007e1490";
|
||||
model = "drv:///brlaser.drv/brl2370d.ppd";
|
||||
# model = "everywhere";
|
||||
}];
|
||||
ensurePrinters = [
|
||||
{
|
||||
name = "Brother_HL-L2370DN";
|
||||
description = "Brother HL-L2370DN";
|
||||
deviceUri = "dnssd://Brother%20HL-L2370DN%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b422007e1490";
|
||||
model = "drv:///brlaser.drv/brl2370d.ppd";
|
||||
# model = "everywhere";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue