ponte firewall: disable logging

This commit is contained in:
tv 2022-12-09 17:42:52 +01:00
parent 8062bf67e3
commit ea30ea8661

View File

@ -8,6 +8,8 @@
];
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.logRefusedConnections = false;
networking.firewall.logRefusedUnicastsOnly = false;
krebs.build.host = config.krebs.hosts.ponte;