Infini-DESKTOP: enable printing, add EPSON-TM-m30
This commit is contained in:
parent
ddf5ccac72
commit
673e6d97ec
1 changed files with 15 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
gpu.nvidia = true;
|
||||
wireless.enable = true;
|
||||
form.desktop = true;
|
||||
peripherals = {
|
||||
printing.enable = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
apcupsd = {
|
||||
|
@ -43,6 +46,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.printing.drivers = with pkgs; [
|
||||
tmx-cups-ppd
|
||||
];
|
||||
|
||||
hardware.printers.ensurePrinters = [
|
||||
{
|
||||
name = "EPSON-TM-m30";
|
||||
deviceUri = "usb://EPSON/TM-m30II-NT?serial=5839394D0032780000";
|
||||
model = "tm-m30-rastertotmt.ppd.gz";
|
||||
}
|
||||
];
|
||||
|
||||
virtualisation.enable = true;
|
||||
|
||||
universe.programming.all.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue