Files
NixMachines/printing.nix
2023-08-14 20:28:15 -04:00

8 lines
165 B
Nix

{
services.printing.enable = true;
services.avahi.enable = true;
services.avahi.nssmdns = true;
# for a WiFi printer
services.avahi.openFirewall = true;
}