From 36a92091895dd06976ea64e2b9298c88e102cb61 Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 18 Oct 2021 15:08:56 +0200 Subject: [PATCH] And = instead of space --- module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.nix b/module.nix index 49375ee..3b4c52d 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} ''; };