m 1 {gum,wry}: disable dropped packet logging

This commit is contained in:
makefu 2015-11-13 12:25:18 +01:00
parent 9991d67d8f
commit 231f8212c1

View file

@ -59,9 +59,12 @@ in {
}; };
networking = { networking = {
firewall.allowPing = true; firewall = {
firewall.allowedTCPPorts = [ 53 80 443 ]; allowPing = true;
firewall.allowedUDPPorts = [ 655 ]; logRefusedConnections = false;
allowedTCPPorts = [ 53 80 443 ];
allowedUDPPorts = [ 655 ];
};
interfaces.enp2s1.ip4 = [{ interfaces.enp2s1.ip4 = [{
address = external-ip; address = external-ip;
prefixLength = 24; prefixLength = 24;