fix: add fs-work and etcd cluster

This commit is contained in:
2025-09-13 07:03:17 +02:00
parent 6767eb21e6
commit 3af5ba3fbd
8 changed files with 49 additions and 79 deletions

View File

@@ -249,12 +249,12 @@ let
];
publicKeyFile = ./login/ssh_host_key.pub;
};
# fs-work = {
# hostNames = [
# "fs-work" "fs-work.compute.local" "172.16.239.90" "172.16.240.210"
# ];
# publicKeyFile = ./fs-work/ssh_host_key.pub;
# };
fs-work = {
hostNames = [
"fs-work" "fs-work.compute.local" "172.16.239.201" "172.16.240.210"
];
publicKeyFile = ./fs-work/ssh_host_key.pub;
};
} // builtins.foldl' (a: x:
let n = toString x.idx;
in a // {