13 lines
208 B
Nix
13 lines
208 B
Nix
{
|
|
facter.reportPath = ./facter.json;
|
|
|
|
lab = {
|
|
storage.profile = "kubernetes";
|
|
tailscale.enable = true;
|
|
|
|
k3s = {
|
|
enable = true;
|
|
serverAddr = "https://jefke.dmz:6443";
|
|
};
|
|
};
|
|
}
|