remove kubernetes related stuff
This commit is contained in:
parent
03e816ff21
commit
891d64a698
6 changed files with 0 additions and 120 deletions
|
@ -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";
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue