diff --git a/ci-runner/configuration.nix b/ci-runner/configuration.nix index 264a0e2..8675cb4 100644 --- a/ci-runner/configuration.nix +++ b/ci-runner/configuration.nix @@ -93,7 +93,7 @@ services.gitea-actions-runner = { networking.firewall.allowPing = true; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [48540 ]; + # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;