Refactor machine logic
This commit is contained in:
parent
fd423b8237
commit
1e80b36037
11 changed files with 53 additions and 114 deletions
|
@ -1,17 +1,13 @@
|
|||
{
|
||||
machines.jefke = {
|
||||
nixosModule = {
|
||||
facter.reportPath = ./facter.json;
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
lab = {
|
||||
storage.profile = "kubernetes";
|
||||
tailscale.enable = true;
|
||||
lab = {
|
||||
storage.profile = "kubernetes";
|
||||
tailscale.enable = true;
|
||||
|
||||
k3s = {
|
||||
enable = true;
|
||||
clusterInit = true;
|
||||
};
|
||||
};
|
||||
k3s = {
|
||||
enable = true;
|
||||
clusterInit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue