removes NAT configuration and Tailscale reverse path check from firewall settings

This commit is contained in:
Menno van Leeuwen 2024-11-16 04:21:10 +01:00
parent 29cc346709
commit 8fc75274cd
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

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