* 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:
parent
c734389e90
commit
c2a3aa8e79
@ -224,5 +224,8 @@ in
|
||||
</Policy>
|
||||
'';
|
||||
|
||||
# Allow CUPS to receive IPP printer announcements via UDP.
|
||||
networking.firewall.allowedUDPPorts = [ 631 ];
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user