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
|
@ -197,12 +197,4 @@
|
|||
];
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.printers.ensurePrinters = [
|
||||
{
|
||||
name = "EPSON-TM-m30-remote";
|
||||
deviceUri = "ipp://100.101.102.18/printers/EPSON-TM-m30";
|
||||
model = "raw";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -58,14 +58,6 @@
|
|||
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.printers.ensurePrinters = [
|
||||
{
|
||||
name = "EPSON-TM-m30-remote";
|
||||
deviceUri = "ipp://100.101.102.18/printers/EPSON-TM-m30";
|
||||
model = "raw";
|
||||
}
|
||||
];
|
||||
|
||||
services.fwupd = {
|
||||
enable = true;
|
||||
extraRemotes = [ "lvfs-testing" ];
|
||||
|
|
|
@ -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