update printer shit
This commit is contained in:
parent
a3d0f61343
commit
d5c1600f3e
1 changed files with 3 additions and 2 deletions
|
@ -15,10 +15,11 @@ in {
|
||||||
ensurePrinters = [
|
ensurePrinters = [
|
||||||
{
|
{
|
||||||
name = "brother-dcp-1622we";
|
name = "brother-dcp-1622we";
|
||||||
deviceUri = "dnssd://Brother%20DCP-1610W%20series._pdl-datastream._tcp.local/?uuid=e3248000-80ce-11db-8000-c894023b7db8";
|
deviceUri = "usb://Brother/DCP-1610W%20series?serial=E76029D2N155302";
|
||||||
model = "drv:///brlaser.drv/br1600.ppd";
|
model = "drv:///brlaser.drv/br1600.ppd";
|
||||||
ppdOptions = {
|
ppdOptions = {
|
||||||
PageSize = "A4";
|
PageSize = "A4";
|
||||||
|
Resolution = "1200dpi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue