disable tailscale nginx auth, not currently in use with any domains

This commit is contained in:
wi11-holdsworth 2025-07-29 14:30:47 +10:00
parent 95a48af464
commit 924d87e1c0

View file

@ -10,7 +10,6 @@ in
config = lib.mkIf config.${feature}.enable { config = lib.mkIf config.${feature}.enable {
services = { services = {
${feature}.enable = true; ${feature}.enable = true;
nginx.tailscaleAuth.enable = true;
}; };
networking.firewall.trustedInterfaces = [ "tailscale0" ]; networking.firewall.trustedInterfaces = [ "tailscale0" ];