hydra-module: Include "=" in hydra.conf

hydra-queue-runner is more anal about the format than Catalyst, so it
was misinterpreting gc_roots_dir.
This commit is contained in:
Eelco Dolstra 2017-10-18 14:23:10 +02:00
parent 62c6cca937
commit 3e7938c61a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -221,15 +221,15 @@ in
services.hydra-dev.extraConfig =
''
using_frontend_proxy 1
base_uri ${cfg.hydraURL}
notification_sender ${cfg.notificationSender}
max_servers 25
compress_num_threads 0
using_frontend_proxy = 1
base_uri = ${cfg.hydraURL}
notification_sender = ${cfg.notificationSender}
max_servers = 25
compress_num_threads = 0
${optionalString (cfg.logo != null) ''
hydra_logo ${cfg.logo}
hydra_logo = ${cfg.logo}
''}
gc_roots_dir ${cfg.gcRootsDir}
gc_roots_dir = ${cfg.gcRootsDir}
use-substitutes = ${if cfg.useSubstitutes then "1" else "0"}
'';