RemoteBuild : Add cache.nixos.org to trusted subs.

This commit is contained in:
Dmitry Voronin 2024-06-29 23:19:07 +03:00
parent ddd93a07bd
commit 676c5b821e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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