removes NAT configuration and Tailscale reverse path check from firewall settings
This commit is contained in:
parent
29cc346709
commit
8fc75274cd
@ -16,9 +16,6 @@
|
||||
};
|
||||
|
||||
networking = {
|
||||
nat.enable = true;
|
||||
nat.enableIPv6 = true;
|
||||
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
||||
@ -37,9 +34,6 @@
|
||||
allowedUDPPorts = [
|
||||
51820 # WireGuard
|
||||
];
|
||||
|
||||
# Required for Tailscale
|
||||
checkReversePath = "loose";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user