Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
3 changed files with 10 additions and 0 deletions
Showing only changes of commit d522113cb9 - Show all commits

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