From a4a6a568d5094ac3c220cd3bbf47b8f82a8aa4d7 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 18 Jan 2025 18:45:45 -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 c7becb6..16caf0d 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 = true; + service.DISABLE_REGISTRATION = false; actions = { ENABLED = true; DEFAULT_ACTIONS_URL = "github";