From 7786cc11127ec928b070a3d72ffb1354649b19aa Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 18 Oct 2021 15:09:07 +0200 Subject: [PATCH] ffs --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 3b4c52d..7571a21 100644 --- a/module.nix +++ b/module.nix @@ -136,8 +136,8 @@ in ]; extraOptions = lib.mkIf (cfg.globalCacheTTL != null) '' - narinfo-cache-negative-ttl=${toString cfg.globalCacheTTL} - narinfo-cache-positive-ttl=${toString cfg.globalCacheTTL} + narinfo-cache-negative-ttl = ${toString cfg.globalCacheTTL} + narinfo-cache-positive-ttl = ${toString cfg.globalCacheTTL} ''; };