Add workers to Isaiah and Zeke

This commit is contained in:
Greg Hellings
2025-12-07 00:06:38 -06:00
parent 337accaeeb
commit d288f2ef82
3 changed files with 32 additions and 6 deletions
+9 -1
View File
@@ -1,4 +1,5 @@
{
config,
lib,
top,
...
@@ -6,10 +7,11 @@
{
imports = [
./hardware-configuration.nix
top.proxmox.nixosModules.proxmox-ve
top.buildbot.nixosModules.buildbot-worker
];
age.secrets = {
gitea-workerPassword.file = ../../secrets/gitea/workerPassword.age;
runner-reg.file = ../../secrets/gitlab/kubernetes-k3s-local.age;
};
@@ -71,6 +73,12 @@
};
services = {
buildbot-nix.worker = {
enable = true;
masterUrl = "tcp:host=jeremiah.shire-zebra.ts.net:port=9989";
name = "isaiah";
workerPasswordFile = config.age.secrets.gitea-workerPassword.path;
};
k3s.clusterInit = true; # This is the first node in the cluster
openssh = {
enable = true;