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 = {
|
networking = {
|
||||||
nat.enable = true;
|
|
||||||
nat.enableIPv6 = true;
|
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@ -37,9 +34,6 @@
|
|||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
51820 # WireGuard
|
51820 # WireGuard
|
||||||
];
|
];
|
||||||
|
|
||||||
# Required for Tailscale
|
|
||||||
checkReversePath = "loose";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user