* Open UDP port 631 in the firewall to allow CUPS to discover

printers on the network.

svn path=/nixos/trunk/; revision=27399
This commit is contained in:
Eelco Dolstra 2011-06-08 15:55:51 +00:00
parent c734389e90
commit c2a3aa8e79

View File

@ -224,5 +224,8 @@ in
</Policy>
'';
# Allow CUPS to receive IPP printer announcements via UDP.
networking.firewall.allowedUDPPorts = [ 631 ];
};
}