Nix configurations for my homelab
at main 194 B view raw
1{ ... }: 2{ 3 services = { 4 avahi = { 5 enable = true; 6 nssmdns4 = true; 7 openFirewall = true; 8 }; 9 printing = { 10 enable = true; 11 stateless = true; 12 }; 13 }; 14}