13 lines
229 B
Nix
13 lines
229 B
Nix
{
|
|
machines.atlas = {
|
|
arch = "x86_64-linux";
|
|
kubernetesNodeLabels.storageType = "slow";
|
|
|
|
nixosModule.lab = {
|
|
k3s = {
|
|
enable = true;
|
|
serverAddr = "https://jefke.dmz:6443";
|
|
};
|
|
};
|
|
};
|
|
}
|