nix-daemon: fix autoOptimiseStore option
This commit is contained in:
parent
818a37598c
commit
c808801937
@ -46,7 +46,7 @@ let
|
|||||||
binary-caches = ${toString cfg.binaryCaches}
|
binary-caches = ${toString cfg.binaryCaches}
|
||||||
trusted-binary-caches = ${toString cfg.trustedBinaryCaches}
|
trusted-binary-caches = ${toString cfg.trustedBinaryCaches}
|
||||||
binary-cache-public-keys = ${toString cfg.binaryCachePublicKeys}
|
binary-cache-public-keys = ${toString cfg.binaryCachePublicKeys}
|
||||||
auto-optimise-store = ${toString cfg.autoOptimiseStore}
|
auto-optimise-store = ${if cfg.autoOptimiseStore then "true" else "false"}
|
||||||
${optionalString cfg.requireSignedBinaryCaches ''
|
${optionalString cfg.requireSignedBinaryCaches ''
|
||||||
signed-binary-caches = *
|
signed-binary-caches = *
|
||||||
''}
|
''}
|
||||||
|
Loading…
Reference in New Issue
Block a user