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