diff --git a/system/services/remote-builds.nix b/system/services/remote-builds.nix index eae5619..6c2b482 100644 --- a/system/services/remote-builds.nix +++ b/system/services/remote-builds.nix @@ -18,7 +18,7 @@ supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; mandatoryFeatures = []; sshUser = "synchronous"; - sshKey = "/synchronous/.ssh/id_rsa"; # Path to private key on client + sshKey = "/home/synchronous/.ssh/id_ed25519"; # Path to private key on client } ]; }