Another missing stuff
This commit is contained in:
parent
5a3a3b7147
commit
d8949cd3cd
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue