From 96f5d45ff3d7db8a2bc2e2c742960021fe7e3348 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 6 Oct 2024 11:18:18 +0200 Subject: [PATCH] feat(lix): add buildbot.lix.systems key for extra build capacity Otherwise, buildbot.lix.systems will not be able to access it anymore. Signed-off-by: Raito Bezarius --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c052759..e217082 100644 --- a/flake.nix +++ b/flake.nix @@ -158,7 +158,13 @@ bagel.monitoring.grafana-agent.tenant = "lix"; bagel.secrets.tenant = "lix"; - bagel.builders.extra-build-capacity.provider.tenant = "lix"; + bagel.builders.extra-build-capacity.provider = { + tenant = "lix"; + buildfarmPublicKeys = [ + # buildbot.lix.systems SSH key + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDu4cEqZzAI/1vZjSQkTJ4ijIg9nuloOuSKUrnkJIOFn" + ]; + }; } ];