From 8de673c14de1a6f6c6eddbb91dfaf6a8f538c68c Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Tue, 5 Dec 2023 16:26:55 +0000 Subject: [PATCH] web : FIX : gitea disable registration --- modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gitea.nix b/modules/gitea.nix index 36a8433..db5494c 100644 --- a/modules/gitea.nix +++ b/modules/gitea.nix @@ -16,7 +16,7 @@ dump.enable = true; dump.backupDir = "/srv/backup/gitea"; lfs.enable = true; - settings.service.DISABLEREGISTRATION = true; # comment this line for the first user admin + settings.service.DISABLE_REGISTRATION = true; # comment this line for the first user admin }; }