open more required ports for nomad

This commit is contained in:
Andreas Zweili 2022-03-07 23:28:31 +01:00
parent c039c8465a
commit 5b009eaedd
1 changed files with 4 additions and 1 deletions

View File

@ -9,5 +9,8 @@
};
};
};
networking.firewall.allowedTCPPorts = [ 4646 ];
networking.firewall = {
allowedTCPPorts = [ 4646 4647 4648 ];
allowedUDPPorts = [ 4648 ];
};
}