Fix remote builder: change used SSH key
This commit is contained in:
parent
f7796d4848
commit
3ed798d1a8
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
];
|
];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
sshUser = "root";
|
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") {
|
++ (lib.lists.optional (config.networking.hostName == "picard") {
|
||||||
hostName = "mac.staging.mlabs.city?remote-program=/run/current-system/sw/bin/nix-store";
|
hostName = "mac.staging.mlabs.city?remote-program=/run/current-system/sw/bin/nix-store";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue