From 0c4334571c8f4cd35958caa3db8ab6e9d9b2b042 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 4 Mar 2024 00:59:45 +0100 Subject: [PATCH] builder: add top secret's project buildbot key The cgroup will be nerfed and noise should be low, ping me if something goes wrong. Signed-off-by: Raito Bezarius --- modules/builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/builder.nix b/modules/builder.nix index 08340ea..7c3ff3e 100644 --- a/modules/builder.nix +++ b/modules/builder.nix @@ -5,6 +5,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3hCOyFwuoCLt5W9e9yQSwj9I+VspB0kNNHsoFngbgZ raito@thors" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF07Sy0O+oletFYlrfS0+XtBWJO2F+Rc9J/ocNLBa/OE raito@thorkell" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDu4cEqZzAI/1vZjSQkTJ4ijIg9nuloOuSKUrnkJIOFn buildbot@top-secret" # Top secret's project buildbot key ]; uid = 5001; };