ops/nixos/common: turn off logRefusedConnections - it's super noisy

This commit is contained in:
Luke Granger-Brown 2022-01-01 20:56:41 +00:00
parent 37e36418a1
commit 67b038c2bc

View file

@ -125,6 +125,7 @@ in
networking.firewall = {
allowPing = true;
logRefusedConnections = false;
};
environment.homeBinInPath = true;