This commit is contained in:
XenGi 2025-12-30 12:32:01 +01:00
parent 9cbb528c2d
commit e61be4a176
No known key found for this signature in database
8 changed files with 181 additions and 16 deletions

View file

@ -50,9 +50,12 @@ let
++ extraModules;
in
{
"k8s" = mkSystem [
# ./hosts/kaede/default,nix
];
"kaede" = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./hosts/kaede
];
};
"master-01" = mkControlPlaneNode [ ];
"master-02" = mkControlPlaneNode [ ];
"master-03" = mkControlPlaneNode [ ];