diff options
author | Emile <git@emile.space> | 2025-02-14 18:48:32 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-14 18:48:32 +0100 |
commit | d8717ca6954d75b8c19c74c330f28bde11d31b1d (patch) | |
tree | 2ac7a0976b817fc703e04ed664545ca2089f9f9f | |
parent | 11760c77264073d24d2cea1c1c8361e2509ff3b7 (diff) |
corrino: buildMachine caladan had the wrong ssh key
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |