remove printer
This commit is contained in:
parent
d08ac00432
commit
808daa626a
2 changed files with 4 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
||||||
|
result
|
||||||
.vim/undo/
|
.vim/undo/
|
||||||
.vim/.netrwhist
|
.vim/.netrwhist
|
||||||
.vim/bundle/*
|
.DS_Store
|
||||||
.vim/view/
|
.vim/view/
|
||||||
!.vim/bundle/Vundle.vim
|
!.vim/bundle/Vundle.vim
|
||||||
setup*.exe
|
setup*.exe
|
||||||
*mirror*cygwin*/
|
*mirror*cygwin*/
|
||||||
.DS_Store
|
.vim/bundle/*
|
||||||
|
|
||||||
|
|
|
@ -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/ipp/print";
|
deviceUri = "ipp://brix.local: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