Added support for printing over the network
This commit is contained in:
parent
c2362f1496
commit
113335223f
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Reference in a new issue