Archived
1
0
forked from rarias/bscpkgs

Open ports in firewall of compute nodes

This commit is contained in:
2023-09-14 15:45:43 +02:00
parent 7bfd786c01
commit d522113cb9
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; } ];
};
}