Added support for printing over the network

This commit is contained in:
Alejandro Angulo 2022-10-02 09:53:39 -07:00
parent c2362f1496
commit 113335223f

View file

@ -123,6 +123,13 @@
pulse.enable = true;
};
# Setup printing over the network
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];