Use nixos-facter
This commit is contained in:
parent
14872a2e6b
commit
a423fd024e
12 changed files with 14266 additions and 5 deletions
17
machines/jefke/default.nix
Normal file
17
machines/jefke/default.nix
Normal 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
3593
machines/jefke/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue