From 95c6d17f2a4d1efc74999eac5efea56aa1b8278c Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Mon, 21 Nov 2022 19:59:32 +0100 Subject: [PATCH] Add Andrea's key to access staging Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- morph/grid/testing/public-keys/users.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/morph/grid/testing/public-keys/users.nix b/morph/grid/testing/public-keys/users.nix index df057735..baa58f5e 100644 --- a/morph/grid/testing/public-keys/users.nix +++ b/morph/grid/testing/public-keys/users.nix @@ -1,11 +1,13 @@ let jcalderone = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4GenAY/YLGuf1WoMXyyVa3S9i4JLQ0AG+pt7nvcLlQ exarkun@baryon"]; flo = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la"]; + andreas = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILkZzBoIPpoDSVis3HZId+lOI+3VTQfmz1uc4Yau8p/5 andreas@leastauthority.com"]; ben = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRJNhnYYllhiNhTNQg+IcfbAudxxWzk/VF45E9G9dMn benoit@leastauthority.com"]; in { - "root" = jcalderone ++ flo ++ ben; + "root" = jcalderone ++ flo ++ andreas ++ ben; inherit jcalderone; inherit flo; + inherit andreas; inherit ben; } -- GitLab