RemoteBuild : Allow cache.nixos as a trusted sub for shells.

This commit is contained in:
Dmitry Voronin 2024-06-24 19:12:08 +03:00
parent 939414b564
commit 67bcd941fc
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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 ];