1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added missing ppd file

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-28 11:05:47 +02:00
parent 7c5e24e0ad
commit 7cd260f526
2 changed files with 1848 additions and 16 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,22 @@
Duplex = "DuplexNoTumble"; Duplex = "DuplexNoTumble";
}; };
} }
{
name = "A4";
location = "APB/3014";
description = "HP Laserjet 9040";
deviceUri = "socket://a4.tcs.inf.tu-dresden.de";
model = "HP/hp-laserjet_9040-ps.ppd.gz";
ppdOptions = {
PageSize = "A4";
HPOption_Tray1 = "True";
HPOption_Duplexer = "True";
InstalledMemory = "128-255MB";
MediaType = "Plain";
Duplex = "DuplexNoTumble";
Collate = "True";
};
}
{ {
name = "ricoh"; name = "ricoh";
location = "APB/3014"; location = "APB/3014";
@ -50,21 +66,5 @@
RIPostScript = "Adobe"; RIPostScript = "Adobe";
}; };
} }
{
name = "A4";
location = "APB/3014";
description = "HP Laserjet 9040";
deviceUri = "socket://a4.tcs.inf.tu-dresden.de";
model = "HP/hp-laserjet_9040-ps.ppd.gz";
ppdOptions = {
PageSize = "A4";
HPOption_Tray1 = "True";
HPOption_Duplexer = "True";
InstalledMemory = "128-255MB";
MediaType = "Plain";
Duplex = "DuplexNoTumble";
Collate = "True";
};
}
]; ];
} }