fix: move IB network to 10.1.6.0/24 (get it? :)

This commit is contained in:
2025-09-13 07:10:25 +02:00
parent 3af5ba3fbd
commit 33a14d1509
4 changed files with 10 additions and 10 deletions

View File

@@ -7,21 +7,21 @@ let
idx = 222;
name = "rossby";
address = "172.16.239.${toString idx}";
ipoib = "172.16.240.${toString idx}";
ipoib = "10.1.6.${toString idx}";
pubkey = ../login/ssh_host_key.pub;
}
rec {
idx = 210;
name = "fs-work";
address = "172.16.239.${toString idx}";
ipoib = "172.16.240.${toString idx}";
ipoib = "10.1.6.${toString idx}";
pubkey = ../fs-work/ssh_host_key.pub;
}
];
etcdCluster = import ../etcdCluster.nix;
name = "rossby-manage";
address = "172.16.239.221";
ipoib = "172.16.240.221";
ipoib = "10.1.6.221";
in {
systemd.targets = {
sleep.enable = false;