fix: add missing nodes and disable net mounts for now

This commit is contained in:
2025-09-16 13:43:00 +02:00
parent 59db74b265
commit f5679d39f9
8 changed files with 166 additions and 10 deletions

View File

@@ -4,8 +4,9 @@ let
map (n: (
rec {
idx = 110 + n;
iface = if n < 11 then "enp34s0np0" else "enp33s0np0";
name = "c0-${toString n}";
address = "172.16.239.${toString idx}";
ipoib = "10.1.6.${toString idx}";
pubkey = ./. + "/ssh_host_key.d/c0-${toString n}.pub";
})) (filter (x: if x == 1 || x == 7 || x == 12 then false else true) nodes)
})) nodes