move printing to nixosModules

This commit is contained in:
Vinzenz Schroeter 2025-09-13 17:37:38 +02:00
parent a377c8e30b
commit c0d650d54f
5 changed files with 23 additions and 17 deletions

View file

@ -1,14 +0,0 @@
_: {
config = {
services = {
# Enable CUPS to print documents.
printing.enable = true;
avahi = {
enable = true; # runs the Avahi daemon
nssmdns4 = true; # enables the mDNS NSS plug-in
openFirewall = true; # opens the firewall for UDP port 5353
};
};
};
}