ma remote-build: use sops
This commit is contained in:
parent
16faae2144
commit
2ad544668d
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
hostName = "aarch64.nixos.community";
|
||||
maxJobs = 64;
|
||||
sshKey = toString <secrets/nixos-community>;
|
||||
sshKey = config.sops.secrets."nixos-community".path;
|
||||
sshUser = "makefu";
|
||||
system = "aarch64-linux";
|
||||
supportedFeatures = [ "big-parallel" ];
|
||||
|
|
Loading…
Reference in a new issue