From 7cb85302174e4603bd4b8fe72af29a440540e3c8 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Thu, 16 May 2024 19:22:28 +0200 Subject: [PATCH] disable forgejo registration --- hosts/x86_64-linux/beleth/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/x86_64-linux/beleth/git.nix b/hosts/x86_64-linux/beleth/git.nix index 4466bcc..5f0f5fe 100644 --- a/hosts/x86_64-linux/beleth/git.nix +++ b/hosts/x86_64-linux/beleth/git.nix @@ -6,5 +6,10 @@ HTTP_PORT = 3002; ROOT_URL = "https://git.heroin.trade"; }; + settings = { + service = { + DISABLE_REGISTRATION = true; + }; + }; }; }