Fix remote builder: change used SSH key

This commit is contained in:
Andrea Ciceri 2025-05-19 12:35:56 +02:00
parent f7796d4848
commit 3ed798d1a8
No known key found for this signature in database

View file

@ -92,7 +92,7 @@
];
protocol = "ssh-ng";
sshUser = "root";
sshKey = "/home/${config.ccr.username}/.ssh/id_rsa";
sshKey = "/home/${config.ccr.username}/.ssh/id_ed25519";
}
++ (lib.lists.optional (config.networking.hostName == "picard") {
hostName = "mac.staging.mlabs.city?remote-program=/run/current-system/sw/bin/nix-store";