Another missing stuff

This commit is contained in:
Sarah 2021-10-18 15:00:16 +02:00
parent 5a3a3b7147
commit d8949cd3cd
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 ${cfg.globalCacheTTL} narinfo-cache-negative-ttl ${toString cfg.globalCacheTTL}
narinfo-cache-positive-ttl ${cfg.globalCacheTTL} narinfo-cache-positive-ttl ${toString cfg.globalCacheTTL}
''; '';
}; };