forked from M-Labs/nix-scripts
fix SSH key location
This commit is contained in:
parent
c2cf0b08fa
commit
d16f6ed141
|
@ -105,7 +105,7 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
{
|
||||
hostName = "rpi-1";
|
||||
sshUser = "nix";
|
||||
sshKey = "/home/nix/.ssh/id_rsa";
|
||||
sshKey = "/etc/nixos/secret/nix_id_rsa";
|
||||
maxJobs = 1;
|
||||
system = "aarch64-linux";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue