🔥
This commit is contained in:
commit
9cbb528c2d
6 changed files with 39 additions and 23 deletions
|
|
@ -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 [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue