This commit is contained in:
XenGi 2025-12-29 16:54:28 +01:00
commit 9cbb528c2d
No known key found for this signature in database
6 changed files with 39 additions and 23 deletions

View file

@ -51,18 +51,7 @@ let
in
{
"k8s" = mkSystem [
# ./configuration.nix
{
virtualisation = {
useEFIBoot = true;
libvirtd = {
enable = true;
nss.enableGuest = true;
startDelay = 1;
onShutdown = "shutdown";
};
};
}
# ./hosts/kaede/default,nix
];
"master-01" = mkControlPlaneNode [ ];
"master-02" = mkControlPlaneNode [ ];