And = instead of space

This commit is contained in:
Sarah 2021-10-18 15:08:56 +02:00
parent d8949cd3cd
commit 36a9209189
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

@ -136,8 +136,8 @@ in
]; ];
extraOptions = lib.mkIf (cfg.globalCacheTTL != null) '' extraOptions = lib.mkIf (cfg.globalCacheTTL != null) ''
narinfo-cache-negative-ttl ${toString cfg.globalCacheTTL} narinfo-cache-negative-ttl=${toString cfg.globalCacheTTL}
narinfo-cache-positive-ttl ${toString cfg.globalCacheTTL} narinfo-cache-positive-ttl=${toString cfg.globalCacheTTL}
''; '';
}; };