From ace6f449c387bf7b1ddc98a6f4f505c73c3f07b4 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 8 Oct 2023 21:36:33 +0200 Subject: [PATCH] =?UTF-8?q?renge/gitea:=20Don=E2=80=99t=20allow=20creating?= =?UTF-8?q?=20org=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/renge/services/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/renge/services/gitea.nix b/machines/renge/services/gitea.nix index e3a8978..3a9ea93 100644 --- a/machines/renge/services/gitea.nix +++ b/machines/renge/services/gitea.nix @@ -45,6 +45,7 @@ in SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519,ssh/gitea.rsa"; }; service = { + DEFAULT_ALLOW_CREATE_ORGANIZATION = false; DEFAULT_KEEP_EMAIL_PRIVATE = true; ENABLE_NOTIFY_MAIL = true; NO_REPLY_ADDRESS = "users.git.sbruder.de";