Use nixos-facter

This commit is contained in:
Pim Kunis 2024-11-02 23:55:25 +01:00
parent 14872a2e6b
commit a423fd024e
12 changed files with 14266 additions and 5 deletions

View file

@ -0,0 +1,17 @@
{
machines.jefke = {
arch = "x86_64-linux";
kubernetesNodeLabels.storageType = "fast";
facterReportPath = ./facter.json;
nixosModule.lab = {
storage.profile = "kubernetes";
tailscale.enable = true;
k3s = {
enable = true;
clusterInit = true;
};
};
};
}

3593
machines/jefke/facter.json Normal file

File diff suppressed because it is too large Load diff