This commit is contained in:
XenGi 2025-12-29 16:54:28 +01:00
commit 9cbb528c2d
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0
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 [ ];