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