From e1e743bea5eb5366884c15c9870be4817656460c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 23:21:16 -0400 Subject: [PATCH] add hydra ssh keys Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 5c88dd7..05acb39 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -227,6 +227,14 @@ in }; }; + users.users.root.openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/E/y4UJQid6/0D9babh8l/3jTDJRXqZQ5rPcoxwm1j root@palatine-hill" + ]; + + users.users.hydra-queue-runner.openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINHtwvfXg/QFjMAjC4JRjlMAaGPgEfSyhpprNpqbGSJn hydra-queue-runner@palatine-hill" + ]; + sops = { defaultSopsFile = ./secrets.yaml; secrets =