From d8717ca6954d75b8c19c74c330f28bde11d31b1d Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 14 Feb 2025 18:48:32 +0100 Subject: corrino: buildMachine caladan had the wrong ssh key --- nix/hosts/corrino/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index d5e00a6..d453b34 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -483,7 +483,7 @@ in { hostName = "caladan.pinto-pike.ts.net"; sshUser = "hydra"; - sshKey = "/root/.ssh/id_ed25519"; + sshKey = "/var/lib/hydra/.ssh/id_ed25519"; system = "aarch64-darwin"; protocol = "ssh-ng"; maxJobs = 1; -- cgit 1.4.1