diff --git a/system/server/forgejo.nix b/system/server/forgejo.nix index 17086b6..9d93e8a 100644 --- a/system/server/forgejo.nix +++ b/system/server/forgejo.nix @@ -26,7 +26,10 @@ in { ROOT_URL = "https://${DOMAIN}/"; HTTP_PORT = 9004; }; - service.DISABLE_REGISTRATION = true; + service = { + DISABLE_REGISTRATION = true; + EnableInternalSignIn = false; + }; actions = { ENABLED = true; DEFAULT_ACTIONS_URL = "github";