Add toplevel module, and enable modules in config

This commit is contained in:
Jonas Juselius
2020-10-31 09:16:52 +01:00
parent 375a26915f
commit 533928a880
5 changed files with 30 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ in {
}
];
imports = [ host.hw ./k8s.nix ];
imports = [ host.hw ./modules.nix ];
};
node = host: self: {
@@ -57,7 +57,7 @@ in {
}
];
imports = [ host.hw ./k8s.nix ];
imports = [ host.hw ./modules.nix ];
};
mkDeployment = master: nodes:
@@ -82,7 +82,7 @@ in {
}
];
imports = [ host.hw ./fs.nix ];
imports = [ host.hw ./modules.nix ];
};
mkDeployment = nodes:
@@ -104,7 +104,7 @@ in {
}
];
imports = [ host.hw ./os.nix ];
imports = [ host.hw ./modules.nix ];
};
mkDeployment = masterNode: workerNodes: