global/printing: make receipt printer globally available

This commit is contained in:
Infinidoge 2025-06-06 14:44:05 -04:00
parent c7c55dca44
commit f1c0ddea5a
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA
3 changed files with 5 additions and 16 deletions

View file

@ -16,5 +16,10 @@ lib.mkIf config.services.printing.enable {
deviceUri = "usb://EPSON/TM-m30II-NT?serial=5839394D0032780000";
model = "tm-m30-rastertotmt.ppd.gz";
}
{
name = "EPSON-TM-m30-remote";
deviceUri = "ipp://100.101.102.18/printers/EPSON-TM-m30";
model = "raw";
}
];
}