Refactor machine logic

This commit is contained in:
Pim Kunis 2024-11-04 23:35:04 +01:00
parent fd423b8237
commit 1e80b36037
11 changed files with 53 additions and 114 deletions

View file

@ -1,17 +1,13 @@
{
machines.atlas = {
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;
serverAddr = "https://jefke.dmz:6443";
};
};
k3s = {
enable = true;
serverAddr = "https://jefke.dmz:6443";
};
};
}