From bb5e5d1db971ff28d6672eec289a31ccd919670d Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 18 Jan 2025 17:16:23 -0600 Subject: [PATCH] feat: forgejo test --- nixos/modules/services/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/forgejo.nix b/nixos/modules/services/forgejo.nix index e7a3cf3..632fe61 100755 --- a/nixos/modules/services/forgejo.nix +++ b/nixos/modules/services/forgejo.nix @@ -38,7 +38,7 @@ in HTTP_PORT = service.ports.port0; }; # If you need to start from scratch, don't forget to turn this off again - service.DISABLE_REGISTRATION = false; + service.DISABLE_REGISTRATION = true; actions = { ENABLED = true; DEFAULT_ACTIONS_URL = "github";