Infini-FRAMEWORK: add receipt printer to cups
This commit is contained in:
parent
f6242cdfcf
commit
57b7cbc89e
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
services.joycond.enable = true;
|
services.joycond.enable = true;
|
||||||
|
|
||||||
|
hardware.printers.ensurePrinters = [
|
||||||
|
{
|
||||||
|
name = "EPSON-TM-m30";
|
||||||
|
deviceUri = "lpd://169.254.184.17/queue";
|
||||||
|
model = "tm-m30-rastertotmt.ppd.gz";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
services.fwupd = {
|
services.fwupd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraRemotes = [ "lvfs-testing" ];
|
extraRemotes = [ "lvfs-testing" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue