diff --git a/config/nixos/common/server.nix b/config/nixos/common/server.nix index 6cc556a..34bc9db 100644 --- a/config/nixos/common/server.nix +++ b/config/nixos/common/server.nix @@ -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"; }; }; }