diff --git a/profiles/reciproka-forgejo.nix b/profiles/reciproka-forgejo.nix index c33b7af..4907678 100644 --- a/profiles/reciproka-forgejo.nix +++ b/profiles/reciproka-forgejo.nix @@ -25,7 +25,6 @@ in { HTTP_PORT = 3002; # Provided unique port ROOT_URL = "https://reciproka.dev/"; # Root web URL }; - service.DISABLE_REGISTRATION = true; in { mailer = { ENABLED = true; @@ -35,6 +34,7 @@ in { DEFAULT_BRANCH = "consensus"; }; service = { + DISABLE_REGISTRATION = true; REGISTER_EMAIL_CONFIRM = true; }; "markup.restructuredtext" = {