From d8949cd3cd83f57b1476ee0a1e644ba0c3cadb66 Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 18 Oct 2021 15:00:16 +0200 Subject: [PATCH] Another missing stuff --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 1a4c706..49375ee 100644 --- a/module.nix +++ b/module.nix @@ -136,8 +136,8 @@ in ]; extraOptions = lib.mkIf (cfg.globalCacheTTL != null) '' - narinfo-cache-negative-ttl ${cfg.globalCacheTTL} - narinfo-cache-positive-ttl ${cfg.globalCacheTTL} + narinfo-cache-negative-ttl ${toString cfg.globalCacheTTL} + narinfo-cache-positive-ttl ${toString cfg.globalCacheTTL} ''; };