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; + }; + }; }; }