peripherals/printing: replace itap domain with ip
This commit is contained in:
parent
2c90de7ca4
commit
f6242cdfcf
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ in
|
||||||
let
|
let
|
||||||
itap = name: {
|
itap = name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
deviceUri = "lpd://${private.variables.purdue-username}@wpvapppcprt02.itap.purdue.edu:515/itap-${name}";
|
#deviceUri = "lpd://${private.variables.purdue-username}@wpvapppcprt02.itap.purdue.edu:515/itap-${name}";
|
||||||
|
deviceUri = "lpd://${private.variables.purdue-username}@128.210.210.41:515/itap-${name}";
|
||||||
model = "drv:///sample.drv/generic.ppd";
|
model = "drv:///sample.drv/generic.ppd";
|
||||||
ppdOptions = {
|
ppdOptions = {
|
||||||
Duplex = "DuplexNoTumble";
|
Duplex = "DuplexNoTumble";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue