13 lines
189 B
Nix
13 lines
189 B
Nix
{
|
|
facter.reportPath = ./facter.json;
|
|
|
|
lab = {
|
|
storage.profile = "kubernetes";
|
|
tailscale.enable = true;
|
|
|
|
k3s = {
|
|
enable = true;
|
|
clusterInit = true;
|
|
};
|
|
};
|
|
}
|