parsons/nftables: don't log refused connections

This commit is contained in:
Moira 2024-10-11 14:22:52 +02:00
parent 1d92eb6de9
commit a5dd06225b
Signed by: moira
SSH key fingerprint: SHA256:xputM4g3cPWvJKaglyDVf4gu705H2W7TXM5inbd1uGA

View file

@ -2,6 +2,7 @@
{ {
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.logRefusedConnections = false;
networking.nat.enable = true; networking.nat.enable = true;
networking.nftables.enable = true; networking.nftables.enable = true;