Commented out mullvad routing table

This commit is contained in:
caleb 2024-06-18 18:11:52 -04:00
parent 677ec570db
commit 9f1c0ef67f

View File

@ -31,7 +31,7 @@
services.tailscale.enable = true; services.tailscale.enable = true;
# exclude tailscale IPs from mullvad routing # exclude tailscale IPs from mullvad routing
networking.nftables = { /* networking.nftables = {
enable = true; enable = true;
ruleset = '' ruleset = ''
define TAILNET_DNS = { define TAILNET_DNS = {
@ -52,5 +52,5 @@
} }
} }
''; '';
}; }; */
} }