From d0029fa9a2953341d0fe5249a85ec1d6d5f4e687 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 16 Oct 2025 18:24:47 +0200 Subject: [PATCH] disable registration, lemme make the users myself --- hosts/nuos/configuration.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 4b3808f..d0d19d5 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -348,16 +348,17 @@ forgejo = { enable = true; settings = { - server = { - DOMAIN = "git.geenit.nl"; - HTTP_PORT = 2929; - ROOT_URL = "https://git.geenit.nl"; - }; DEFAULT = { APP_NAME = "Solgit"; APP_SLOGAN = "Git of da runners"; RUN_MODE = "dev"; }; + server = { + DOMAIN = "git.geenit.nl"; + HTTP_PORT = 2929; + ROOT_URL = "https://git.geenit.nl"; + }; + service.DISABLE_REGISTRATION = true; }; database = {