From 075e6b35cf1590d5f9a2279723b88a72de4b065f Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 26 Oct 2023 14:12:14 -0400 Subject: [PATCH] Disable Gitea Registration Manually add users for now (maybe a module to make all users of the ws have a gitea account) --- machines/kcnhub/servers/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/kcnhub/servers/gitea.nix b/machines/kcnhub/servers/gitea.nix index 627efb8..b098f77 100644 --- a/machines/kcnhub/servers/gitea.nix +++ b/machines/kcnhub/servers/gitea.nix @@ -16,6 +16,7 @@ in { actions = { ENABLED = true; }; + service.DISABLE_REGISTRATION = true; }; };