From 6af966a0fdcc4ba58d0b7d4c60f76f5bd3a9c541 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Sun, 30 Apr 2023 00:15:25 +1000 Subject: [PATCH] forgejo: update renamed disable registration --- profiles/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/forgejo.nix b/profiles/forgejo.nix index 326e550..a5c2329 100644 --- a/profiles/forgejo.nix +++ b/profiles/forgejo.nix @@ -16,7 +16,6 @@ in { type = "postgres"; # Database type passwordFile = config.age.secrets.forgejo.path; }; - disableRegistration = true; domain = "source.jfdic.org"; # Domain name rootUrl = "https://source.jfdic.org/"; # Root web URL httpPort = 3002; # Provided unique port @@ -27,6 +26,7 @@ in { docutils # Provides rendering of ReStructured Text files pygments # Provides syntax highlighting ]); + service.DISABLE_REGISTRATION = true; in { mailer = { ENABLED = true;