From 9f06e310107802e1c67035a0f55b23623c0bc96e Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Mon, 23 Jun 2025 20:29:10 +0200 Subject: [PATCH] Forgejo disable account creation --- system/server/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/server/forgejo.nix b/system/server/forgejo.nix index 136d776..17086b6 100644 --- a/system/server/forgejo.nix +++ b/system/server/forgejo.nix @@ -26,7 +26,7 @@ in { ROOT_URL = "https://${DOMAIN}/"; HTTP_PORT = 9004; }; - service.DISABLE_REGISTRATION = false; + service.DISABLE_REGISTRATION = true; actions = { ENABLED = true; DEFAULT_ACTIONS_URL = "github";