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" ];
|
||||
in {
|
||||
substituters = mkForce substituters;
|
||||
trusted-substituters = substituters;
|
||||
trusted-substituters = substituters ++ [ "https://cache.nixos.org/" ];
|
||||
builders-use-substitutes = true;
|
||||
max-jobs = 0;
|
||||
trusted-public-keys = [ secret.ssh.builderKey ];
|
||||
|
|
Loading…
Reference in a new issue