hydra: forcefully enable ca-derivations

This commit is contained in:
Sandro - 2022-07-01 01:31:01 +02:00
parent 0ed536b3fc
commit 2525f40584
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 1 deletions

View File

@ -52,8 +52,10 @@
}; };
nix = { nix = {
extraOptions = '' extraOptions = lib.mkForce ''
allowed-uris = http:// https:// ssh:// allowed-uris = http:// https:// ssh://
builders-use-substitutes = true
experimental-features = ca-derivations nix-command flakes
''; '';
trustedUsers = [ "hydra" "root" ]; trustedUsers = [ "hydra" "root" ];
buildMachines = [{ buildMachines = [{