print over vpn
This commit is contained in:
parent
3aabd83e09
commit
0172a7a844
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
hardware.printers.ensurePrinters = [{
|
hardware.printers.ensurePrinters = [{
|
||||||
description = "Epson XP-540 via brix";
|
description = "Epson XP-540 via brix";
|
||||||
name = "epson_xp540_via_brix";
|
name = "epson_xp540_via_brix";
|
||||||
deviceUri = "ipp://brix.local:631/printers/epson_xp540";
|
deviceUri = "ipp://brix.vpn:631/printers/epson_xp540";
|
||||||
model = "epson-inkjet-printer-escpr/Epson-XP-540_Series-epson-escpr-en.ppd";
|
model = "epson-inkjet-printer-escpr/Epson-XP-540_Series-epson-escpr-en.ppd";
|
||||||
ppdOptions = { PageSize = "A4"; Duplex = "DuplexNoTumble"; };
|
ppdOptions = { PageSize = "A4"; Duplex = "DuplexNoTumble"; };
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue