diff options
Diffstat (limited to '.guix/guix-na/config/balg02.scm')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 642e396..269f26c 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -617,8 +617,7 @@ synonymous IETF language tags that should be mapped to the same $lang." (cuirass-configuration (host "localhost") (specifications %cuirass-specs) - (ttl (* 90 24 3600)) ; 90 days - (cache-bypass-threshold (* 150 MiB)))) + (ttl (* 90 24 3600)))) %nginx-cache-activation (service nginx-service-type %nginx-configuration) |