From 7b0f37141ee8f534d6cc80fb105669eabd9341ec Mon Sep 17 00:00:00 2001 From: hannes Date: Fri, 16 Feb 2024 04:33:19 +0100 Subject: [PATCH] firewall settings cleanup --- ci-runner/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;