From 5e2c8dfa6e4e74ccae53607f58af6d9eec58b300 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 22 Mar 2026 20:37:26 +0700 Subject: [PATCH] add redirect --- modules/system/homelab/proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index b363758..90978c2 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -24,6 +24,7 @@ "www" = "https://proxy.${homelab.domain}"; "dash" = "https://proxy.${homelab.domain}"; "immich" = "https://gallery.proxy.${homelab.domain}"; + "2fa" = "https://2fa.${homelab.domain}" }; exta-conf = '' # proxy_set_header X-Auth-User $remote_user;