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