WIP: Remove blobs and split website in another repository #186

Closed
rarias wants to merge 458 commits from remove-website into old-master
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 722c0b0eaa - 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