Add worker nodes.

This commit is contained in:
Tom Alexander
2025-12-15 22:32:32 -05:00
parent 5c58e30709
commit 19971d2463
41 changed files with 1012 additions and 165 deletions

View File

@@ -54,6 +54,15 @@
controller2 = {
system = "x86_64-linux";
};
worker0 = {
system = "x86_64-linux";
};
worker1 = {
system = "x86_64-linux";
};
worker2 = {
system = "x86_64-linux";
};
};
nixosConfigs = builtins.mapAttrs (
hostname: nodeConfig: format: