From 0023e27110a89d2beaa064ac8c921c89114fb4ca Mon Sep 17 00:00:00 2001 From: yukkop Date: Tue, 2 Jun 2026 20:32:48 +0000 Subject: [PATCH] feat: `lab`: disable gitea auth --- nixos/system/hectic-lab/hectic-lab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 8d09c567..e96c7152 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -257,7 +257,7 @@ in { gitea = { enable = true; package = pkgs.hectic.gitea-heatmap; - settings.service.DISABLE_REGISTRATION = false; + settings.service.DISABLE_REGISTRATION = true; settings.server = { HTTP_PORT = 11011; #SSH_PORT = 22;