diff --git a/hosts/hosting-01/default.nix b/hosts/hosting-01/default.nix index 602f50c..4bb7d00 100644 --- a/hosts/hosting-01/default.nix +++ b/hosts/hosting-01/default.nix @@ -113,8 +113,8 @@ in BASE_URL = "https://recipes.escapeangle.com/"; DB_ENGINE = "postgres"; POSTGRES_SERVER = "db-01.tailnet.escapeangle.com"; - OIDC_AUTH_ENABLED = false; - OIDC_SIGNUP_ENABLED = false; + OIDC_AUTH_ENABLED = "true"; + OIDC_SIGNUP_ENABLED = "true"; OIDC_CONFIGURATION_URL = "https://auth.escapeangle.com/.well-known/openid-configuration"; OIDC_CLIENT_ID = "mealie"; OIDC_AUTO_REDIRECT = "false";