From 280debd530551e45ed881fe66854c7d42027db2d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Jul 2024 15:55:59 -0600 Subject: [PATCH] [NixOS] Disable gitea registration --- nixos/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/gitea.nix b/nixos/gitea.nix index 6f8ebb71..69d24b2b 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -16,6 +16,7 @@ makeEnable config "modules.gitea" false { }; settings.actions = { ENABLED = true; + DISABLE_REGISTRATION = true; }; };