From d6a0e8ec49b27f19bc02fb9e6445f3e699845de0 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 9 Feb 2026 19:57:20 -0800 Subject: [PATCH] Disable tailscaleAuth for now because it doesn't work with tailscale's ACL tagged group --- machines/storage/s0/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/storage/s0/default.nix b/machines/storage/s0/default.nix index 42f12ed..c33463e 100644 --- a/machines/storage/s0/default.nix +++ b/machines/storage/s0/default.nix @@ -254,7 +254,7 @@ ]; tailscaleAuth = { - enable = true; + enable = false; # Disabled for now because it doesn't work with tailscale's ACL tagged groups virtualHosts = [ "bazarr.s0.neet.dev" "radarr.s0.neet.dev"