From 3a294f84ff960d6a7db2f245acad2219793f727e Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Thu, 24 Oct 2024 23:31:12 +1000 Subject: [PATCH] chore(forgejo): move rego to correct stanza --- profiles/reciproka-forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" = {