Only use as remote builders
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
top,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
top.buildbot.nixosModules.buildbot-worker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
@@ -73,12 +70,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
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
|
k3s.clusterInit = true; # This is the first node in the cluster
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# ./virt.nix
|
# ./virt.nix
|
||||||
top.nix-hardware.nixosModules.system76
|
top.nix-hardware.nixosModules.system76
|
||||||
top.buildbot.nixosModules.buildbot-worker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
@@ -63,12 +62,6 @@
|
|||||||
|
|
||||||
# Let's do a sound thing
|
# Let's do a sound thing
|
||||||
services = {
|
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 = {
|
k3s = {
|
||||||
extraFlags = [
|
extraFlags = [
|
||||||
"--tls-san 10.42.1.13"
|
"--tls-san 10.42.1.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user