diff --git a/modules/system/homelab/auth.nix b/modules/system/homelab/auth.nix index 6a158af..57823b9 100644 --- a/modules/system/homelab/auth.nix +++ b/modules/system/homelab/auth.nix @@ -6,7 +6,7 @@ settings = { PORT = "1411"; HOST = "127.0.0.1"; - APP_URL = "https://auth.proxy.${homelab.domain}"; + APP_URL = "https://auth.${homelab.domain}"; TRUST_PROXY = true; }; };