ops/nixos/common: turn off logRefusedConnections - it's super noisy
This commit is contained in:
parent
37e36418a1
commit
67b038c2bc
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ in
|
|||
|
||||
networking.firewall = {
|
||||
allowPing = true;
|
||||
logRefusedConnections = false;
|
||||
};
|
||||
|
||||
environment.homeBinInPath = true;
|
||||
|
|
Loading…
Reference in a new issue