about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/hosts/corrino/configuration.nix2
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;