RemoteBuild : Add an option to disable sigs.

This commit is contained in:
Dmitry Voronin 2024-06-24 19:20:40 +03:00
parent 67bcd941fc
commit 72ade93cf3
No known key found for this signature in database

View file

@ -23,6 +23,7 @@
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 ];
# require-sigs = false;
# substitute = false; # substitute = false;
}; };
} }