diff --git a/networking-configuration.nix b/networking-configuration.nix index adebab1..447b1cb 100644 --- a/networking-configuration.nix +++ b/networking-configuration.nix @@ -31,7 +31,7 @@ services.tailscale.enable = true; # exclude tailscale IPs from mullvad routing - networking.nftables = { + /* networking.nftables = { enable = true; ruleset = '' define TAILNET_DNS = { @@ -52,5 +52,5 @@ } } ''; - }; + }; */ }