remove kubernetes related stuff

This commit is contained in:
Pim Kunis 2024-02-11 14:52:45 +01:00
parent 03e816ff21
commit 891d64a698
6 changed files with 0 additions and 120 deletions

View file

@ -125,26 +125,4 @@
};
};
};
k3s = {
type = "virtual";
hypervisorName = "atlas";
nixosModule = {
microvm.balloonMem = 7680;
lab = {
k3s.enable = true;
vm = {
id = 4;
shares = [{
name = "k3s";
mountPoint = "/var/lib/rancher/k3s";
}];
};
};
};
};
}