removes NAT configuration and Tailscale reverse path check from firewall settings

This commit is contained in:
2024-11-16 04:21:10 +01:00
parent 29cc346709
commit 8fc75274cd

View File

@ -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";
};
};
}