From 9f1c0ef67f442879760430deb1ba55c49ff00a30 Mon Sep 17 00:00:00 2001 From: caleb Date: Tue, 18 Jun 2024 18:11:52 -0400 Subject: [PATCH] Commented out mullvad routing table --- networking-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ } } ''; - }; + }; */ }