nixos-servers/machines/atlas.nix

14 lines
229 B
Nix
Raw Permalink Normal View History

{
machines.atlas = {
arch = "x86_64-linux";
kubernetesNodeLabels.storageType = "slow";
nixosModule.lab = {
2024-04-15 21:28:23 +00:00
k3s = {
enable = true;
serverAddr = "https://jefke.dmz:6443";
};
};
};
}