global/printing: make receipt printer globally available
This commit is contained in:
parent
c7c55dca44
commit
f1c0ddea5a
3 changed files with 5 additions and 16 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue