Add toplevel module, and enable modules in config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user