From cb1a57cf58addd69e23c042810d0c187efeafda5 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 12 Nov 2025 16:19:29 +0100 Subject: [PATCH] enable registration for now --- 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 b4e7b8c..cd54770 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 = true; + service.DISABLE_REGISTRATION = false; }; database = {