Only use as remote builders

This commit is contained in:
Greg Hellings
2025-12-16 16:59:05 -06:00
parent 553957c35e
commit cca9b6bebe
2 changed files with 0 additions and 16 deletions
-9
View File
@@ -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;
-7
View File
@@ -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"