ctucx.git: nixfiles

ctucx' nixfiles

commit 70e7a5fd2c0aeaa918df710e491bf9342772a850
parent 5d4d226978a6bed133157ec9584ce17c4ce998be
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 12 Oct 2022 16:56:50 +0200

machines/lollo/gotosocial: decrease media-remote-cache-days to 3
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/lollo/gotosocial.nix b/machines/lollo/gotosocial.nix
@@ -36,7 +36,7 @@
       storage-local-base-path    = "/var/lib/gotosocial/storage";
 
       media-image-max-size       = 10000000;
-      media-remote-cache-days    = 6;
+      media-remote-cache-days    = 3;
     };
   };