From 45f841f1751148bce3c38a40e304c83207aacc27 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 20:45:32 -0400 Subject: [PATCH] okay we need to do that I guess Signed-off-by: Xe --- hosts/akko/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index cc0fc4e..518adf1 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -74,7 +74,7 @@ in { services.postgresql.package = pkgs.postgresql_15; services.nginx.commonHttpConfig = '' - proxy_cache_path /var/cache/nginx/cache/akkoma-media-cache + proxy_cache_path /var/cache/nginx/akkoma-media-cache levels= keys_zone=akkoma_media_cache:16m max_size=2g inactive=1y use_temp_path=off; '';