fix(tailscale): exposing the network interface is not necessary

This commit is contained in:
wi11-holdsworth 2026-01-15 00:54:42 +11:00
parent 585885f28d
commit 48b0a2325d

View file

@ -5,6 +5,4 @@
"--accept-dns=true" "--accept-dns=true"
]; ];
}; };
networking.firewall.trustedInterfaces = [ "tailscale0" ];
} }