From 0e768908b118fc0f4aea60054c8bf085b6783847 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 12 Nov 2025 16:21:11 +0100 Subject: [PATCH] disable user registration --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index cd54770..b4e7b8c 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -357,7 +357,7 @@ HTTP_PORT = 2929; ROOT_URL = "https://git.geenit.nl"; }; - service.DISABLE_REGISTRATION = false; + service.DISABLE_REGISTRATION = true; }; database = {