Open ports in firewall of compute nodes

This commit is contained in:
Rodrigo Arias 2023-09-14 15:45:43 +02:00
parent aaefddc44a
commit e88805947e
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{ ... }:
{
networking.firewall = {
# Required for PMIx in SLURM, we should find a better way
allowedTCPPortRanges = [ { from=1024; to=65535; } ];
};
}

View File

@ -4,6 +4,7 @@
imports = [
../common/main.nix
../module/ceph.nix
../module/slurm-firewall.nix
];
# Select the this using the ID to avoid mismatches

View File

@ -4,6 +4,7 @@
imports = [
../common/main.nix
../module/ceph.nix
../module/slurm-firewall.nix
];
# Select the this using the ID to avoid mismatches