From 3e2fce475bd00f651a669bc93274c5c73b573738 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Thu, 9 Apr 2026 00:09:17 +0300 Subject: [PATCH] disable registration of other users --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 4b6c5bc..a162aa4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,6 +62,7 @@ in PROTOCOL = "http"; DOMAIN = "git.${domainName}"; }; + service.DISABLE_REGISTRATION = true; }; };