working stokes setup
This commit is contained in:
3
clusters/stokes/nodes.nix
Normal file
3
clusters/stokes/nodes.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
with builtins;
|
||||
let nodes = genList (n: n + 1) 8; in
|
||||
map (n: ({ name = "c0-${toString n}"; address = "10.1.61.10${toString n}"; })) nodes
|
||||
Reference in New Issue
Block a user