From ec9be9bb6227431d822bd146093b352a59fc1db2 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 8 Sep 2023 18:22:48 +0200 Subject: [PATCH] Remove unused large port hole in firewall --- m/common/net.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/m/common/net.nix b/m/common/net.nix index 57f15be..d90f8ba 100644 --- a/m/common/net.nix +++ b/m/common/net.nix @@ -21,10 +21,6 @@ firewall = { enable = true; allowedTCPPorts = [ 22 ]; - - # FIXME: For slurmd as it requests the compute nodes to connect to us - #allowedTCPPortRanges = [ { from=1024; to=65535; } ]; - extraCommands = '' # Prevent ssfhead from contacting our slurmd daemon iptables -A nixos-fw -p tcp -s ssfhead --dport 6817:6819 -j nixos-fw-log-refuse