RemoteBuild : Add an option to disable sigs.
This commit is contained in:
parent
67bcd941fc
commit
72ade93cf3
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue