forked from M-Labs/nix-scripts
Revert "nixbld: use store_uri for hydra"
secret-key should not be used with the local store (https://github.com/NixOS/hydra/issues/679#issuecomment-532607341)
This reverts commit ef80154c64
.
This commit is contained in:
parent
ef80154c64
commit
d28167badf
|
@ -199,7 +199,6 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
minimumDiskFreeEvaluator = 1;
|
minimumDiskFreeEvaluator = 1;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
''
|
''
|
||||||
store_uri = auto?secret-key=/etc/nixos/secret/nixbld.m-labs.hk-1
|
|
||||||
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
||||||
max_output_size = 10000000000
|
max_output_size = 10000000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue