ops/nixos: change default for RP check to loose to silence Tailscale warnings
This commit is contained in:
parent
2d95af3fff
commit
977ee51c54
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ in
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
logRefusedConnections = false;
|
logRefusedConnections = false;
|
||||||
|
checkReversePath = lib.mkDefault "loose";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.homeBinInPath = true;
|
environment.homeBinInPath = true;
|
||||||
|
|
Loading…
Reference in a new issue