ffs
This commit is contained in:
parent
36a9209189
commit
7786cc1112
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue