From ae6fdaa2bc51d47752e265d8ce374804a0ddf89e Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 30 Dec 2025 02:47:24 -0500 Subject: [PATCH] generation 563 25.11.20250714.62e0f05 --- system/services/remote-builds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ]; }