Add workers to Isaiah and Zeke
This commit is contained in:
@@ -11,8 +11,13 @@
|
||||
./hardware-configuration.nix
|
||||
# ./virt.nix
|
||||
top.nix-hardware.nixosModules.system76
|
||||
top.buildbot.nixosModules.buildbot-worker
|
||||
];
|
||||
|
||||
age.secrets = {
|
||||
gitea-workerPassword.file = ../../secrets/gitea/workerPassword.age;
|
||||
};
|
||||
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
|
||||
|
||||
greg = {
|
||||
@@ -58,6 +63,12 @@
|
||||
|
||||
# Let's do a sound thing
|
||||
services = {
|
||||
buildbot-nix.worker = {
|
||||
enable = true;
|
||||
masterUrl = "tcp:host=jeremiah.shire-zebra.ts.net:port=9989";
|
||||
name = "zeke";
|
||||
workerPasswordFile = config.age.secrets.gitea-workerPassword.path;
|
||||
};
|
||||
k3s = {
|
||||
extraFlags = [
|
||||
"--tls-san 10.42.1.13"
|
||||
|
||||
Reference in New Issue
Block a user