Infini-DL360: add printing and receipt printer
This commit is contained in:
parent
e2847e1286
commit
001e75ffbb
1 changed files with 10 additions and 0 deletions
|
@ -193,4 +193,14 @@
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
imagemagick
|
imagemagick
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
hardware.printers.ensurePrinters = [
|
||||||
|
{
|
||||||
|
name = "EPSON-TM-m30-remote";
|
||||||
|
deviceUri = "ipp://100.101.102.18/printers/EPSON-TM-m30";
|
||||||
|
model = "raw";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue