diff --git a/system-config/services/containers/gitea/default.nix b/system-config/services/containers/gitea/default.nix index fec863f..f5caf54 100644 --- a/system-config/services/containers/gitea/default.nix +++ b/system-config/services/containers/gitea/default.nix @@ -79,6 +79,7 @@ service = { DISABLE_REGISTRATION = false; ALLOW_ONLY_EXTERNAL_REGISTRATION = true; + REQUIRE_SIGNIN_VIEW = true; }; oauth2_client = { ENABLE_AUTO_REGISTRATION = true;