RemoteBuild : Allow cache.nixos as a trusted sub for shells.
This commit is contained in:
parent
939414b564
commit
67bcd941fc
|
@ -19,7 +19,7 @@
|
|||
substituters = [ "ssh-ng://nixbuilder" ];
|
||||
in {
|
||||
substituters = lib.mkForce substituters;
|
||||
trusted-substituters = lib.mkForce substituters;
|
||||
trusted-substituters = substituters;
|
||||
builders-use-substitutes = true;
|
||||
max-jobs = 0;
|
||||
trusted-public-keys = [ secret.ssh.builderKey ];
|
||||
|
|
Loading…
Reference in a new issue