RemoteBuild : Allow cache.nixos as a trusted sub for shells.
This commit is contained in:
parent
939414b564
commit
67bcd941fc
|
@ -18,8 +18,8 @@
|
||||||
nix.settings = let
|
nix.settings = let
|
||||||
substituters = [ "ssh-ng://nixbuilder" ];
|
substituters = [ "ssh-ng://nixbuilder" ];
|
||||||
in {
|
in {
|
||||||
substituters = lib.mkForce substituters;
|
substituters = lib.mkForce substituters;
|
||||||
trusted-substituters = lib.mkForce substituters;
|
trusted-substituters = substituters;
|
||||||
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