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";