Add list of nodes to config, for restart scripts

This commit is contained in:
Jonas Juselius
2021-04-19 21:04:35 +02:00
parent 458628d239
commit 942ceaa52d
4 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ let
node.name = "k0-0";
node.address = "10.1.8.50";
features.k8s.master.enable = true;
features.k8s.nodes = nodes;
imports = [ ./cluster.nix ./hw/k0-0.nix ];
};