diff --git a/services/gitea.nix b/services/gitea.nix index 7e58a42..90e0546 100755 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -26,7 +26,7 @@ passwordFile = "/run/keys/gitea-dbpassword"; }; settings.service = { - REGISTER_MANUAL_CONFIRM = true + REGISTER_MANUAL_CONFIRM = true; DEFAULT_USER_IS_RESTRICTED = true; }