commit 9210e84ada033916265ddc402c832bbadfe1e219
parent bfab665a42e675a5e470a96c18477284c122f922
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 15:46:53 +0200
parent bfab665a42e675a5e470a96c18477284c122f922
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 15:46:53 +0200
machines/lollo/gotosocial: cache remote content only for 6 days to save storage
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/lollo/gotosocial.nix b/machines/lollo/gotosocial.nix @@ -45,7 +45,7 @@ in { storage-local-base-path: "/var/lib/gotosocial/storage" media-image-max-size: 10000000 - media-remote-cache-days: 14''; + media-remote-cache-days: 6''; }; services.nginx.virtualHosts."fedi.home.ctu.cx" = {