initial configs for ekman

This commit is contained in:
Jonas Juselius
2022-08-19 18:47:52 +02:00
parent cf956c739e
commit 606b87851e
36 changed files with 346 additions and 816 deletions

3
nixops/ekman/nodes.nix Normal file
View File

@@ -0,0 +1,3 @@
with builtins;
let nodes = genList (n: n + 1) 2; in
map (n: ({ name = "c0-${toString n}"; address = "10.1.61.10${toString n}"; })) nodes