Infini-DL360: add printing and receipt printer

This commit is contained in:
Infinidoge 2025-04-16 12:35:42 -04:00
parent e2847e1286
commit 001e75ffbb
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -193,4 +193,14 @@
ffmpeg-full
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";
}
];
}