unified cluster setup using colmena

This commit is contained in:
Jonas Juselius
2022-09-09 11:00:55 +02:00
parent ff19c52fd1
commit 980364adee
61 changed files with 966 additions and 117 deletions

12
cluster/etcdCluster.nix Normal file
View File

@@ -0,0 +1,12 @@
{
enable = true;
existing = true;
nodes =
{
ekman = "10.255.241.100";
nfs0 = "10.255.241.80";
nfs1 = "10.255.241.90";
};
}