diff --git a/nixos/gitea.nix b/nixos/gitea.nix index 69d24b2b..4d45af25 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -13,10 +13,10 @@ makeEnable config "modules.gitea" false { SSH_PORT = 1123; HTTP_PORT = 3001; ROOT_URL = "https://dev.railbird.ai"; + DISABLE_REGISTRATION = true; }; settings.actions = { ENABLED = true; - DISABLE_REGISTRATION = true; }; };