From cca9b6bebee9bd6632cf4b7e346ee0f63e446efe Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Dec 2025 16:59:05 -0600 Subject: [PATCH] Only use as remote builders --- hosts/isaiah/default.nix | 9 --------- hosts/zeke/default.nix | 7 ------- 2 files changed, 16 deletions(-) diff --git a/hosts/isaiah/default.nix b/hosts/isaiah/default.nix index ed05370..d563a4a 100644 --- a/hosts/isaiah/default.nix +++ b/hosts/isaiah/default.nix @@ -1,13 +1,10 @@ { - config, lib, - top, ... }: { imports = [ ./hardware-configuration.nix - top.buildbot.nixosModules.buildbot-worker ]; age.secrets = { @@ -73,12 +70,6 @@ }; 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; diff --git a/hosts/zeke/default.nix b/hosts/zeke/default.nix index 296a382..7dfb2aa 100644 --- a/hosts/zeke/default.nix +++ b/hosts/zeke/default.nix @@ -11,7 +11,6 @@ ./hardware-configuration.nix # ./virt.nix top.nix-hardware.nixosModules.system76 - top.buildbot.nixosModules.buildbot-worker ]; age.secrets = { @@ -63,12 +62,6 @@ # 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"