feat: add printing to core

This commit is contained in:
Youwen Wu 2024-09-29 01:51:24 -07:00
parent d0bccc7f99
commit dabb36ee5f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
4 changed files with 8 additions and 9 deletions

View file

@ -134,9 +134,6 @@
xkb.variant = "";
};
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;

View file

@ -92,9 +92,6 @@
xkb.variant = "";
};
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;

View file

@ -114,9 +114,6 @@
xkb.variant = "";
};
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;

View file

@ -41,4 +41,12 @@
max-free = ${toString (1024 * 1024 * 1024)}
'';
};
# Enable CUPS to print documents.
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}