13 lines
210 B
Nix
13 lines
210 B
Nix
{
|
|
machines.jefke = {
|
|
arch = "x86_64-linux";
|
|
kubernetesNodeLabels.storageType = "fast";
|
|
|
|
nixosModule.lab = {
|
|
k3s = {
|
|
enable = true;
|
|
clusterInit = true;
|
|
};
|
|
};
|
|
};
|
|
}
|