RemoteBuild : Add cache.nixos.org to trusted subs.
This commit is contained in:
parent
ddd93a07bd
commit
676c5b821e
|
@ -67,7 +67,7 @@ in {
|
||||||
substituters = [ "ssh-ng://nixbuilder" ];
|
substituters = [ "ssh-ng://nixbuilder" ];
|
||||||
in {
|
in {
|
||||||
substituters = mkForce substituters;
|
substituters = mkForce substituters;
|
||||||
trusted-substituters = substituters;
|
trusted-substituters = substituters ++ [ "https://cache.nixos.org/" ];
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
max-jobs = 0;
|
max-jobs = 0;
|
||||||
trusted-public-keys = [ secret.ssh.builderKey ];
|
trusted-public-keys = [ secret.ssh.builderKey ];
|
||||||
|
|
Loading…
Reference in a new issue