nixos/common: ManageForeignRoutingPolicyRules = false
This commit is contained in:
parent
fae628f0b2
commit
f8d00b7cf4
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ in
|
|||
};
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
systemd.network.config.networkConfig.ManageForeignRoutingPolicyRules = false;
|
||||
networking.firewall.interfaces.tailscale0 = {
|
||||
# Just allow anything in on tailscale0.
|
||||
allowedTCPPortRanges = [{ from = 0; to = 65535; }];
|
||||
|
|
Loading…
Reference in a new issue