fix: add fs-work and etcd cluster
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user