hydra: avoid perl warning about undefined variable

This commit is contained in:
Sandro - 2022-12-18 21:19:18 +01:00
parent bb308b3873
commit aa4d9eadb9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,7 +7,6 @@ in
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./network.nix ./network.nix
./hydra.nix
./updater.nix ./updater.nix
../../modules/c3d2.nix ../../modules/c3d2.nix
]; ];
@ -135,6 +134,7 @@ in
in in
'' ''
binary_cache_secret_key_file = ${key} binary_cache_secret_key_file = ${key}
compress_num_threads = 4
evaluator_workers = 4 evaluator_workers = 4
evaluator_max_memory_size = 2048 evaluator_max_memory_size = 2048
max_output_size = ${toString (5*1024*1024*1024)} # sd card and raw images max_output_size = ${toString (5*1024*1024*1024)} # sd card and raw images