kube bootstrap manifests

This commit is contained in:
2025-01-25 14:17:40 -05:00
parent 1f91305b6e
commit 1002e1cbe2
7 changed files with 91 additions and 8 deletions

View File

@@ -15,6 +15,7 @@
./hosts/llama-server.nix
{
networking.hostName = "lin-va-llama1";
disko.devices.disk.main.device = "/dev/sda";
}
];
};
@@ -27,6 +28,7 @@
./hosts/k3s.nix
{
networking.hostName = "lin-va-k3s1";
disko.devices.disk.main.device = "/dev/sda";
}
];
};
@@ -39,6 +41,8 @@
./hosts/rke2.nix
{
networking.hostName = "lin-va-rke1";
disko.devices.disk.main.device = "/dev/nvme0n1";
k8s.diskPoolID = "/dev/disk/by-id/ata-INTEL_SSDSC2BW240A4_CVDA418201Z42403GN";
}
];
};