Open ports in firewall of compute nodes

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