From 24c8a4c1c11994898e28eaafb9c9670a113c25a5 Mon Sep 17 00:00:00 2001 From: Fiona Grzebien Date: Tue, 5 Nov 2024 01:41:15 +0100 Subject: [PATCH] Add cherry root user key to hydra builder --- config/hosts/hydra/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/hydra/configuration.nix b/config/hosts/hydra/configuration.nix index eff89d1..9b554d8 100644 --- a/config/hosts/hydra/configuration.nix +++ b/config/hosts/hydra/configuration.nix @@ -24,6 +24,7 @@ users.users.builder = { isNormalUser = true; openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK/plZfxF/RtB+pJsUYx9HUgRcB56EoO0uj+j3AGzZta root@cherry" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKeIiHkHA5c6/jZx+BB28c5wchdzlFI7R1gbvNmPyoOg root@kiara" ]; };