ctucx.git: nixfiles

ctucx' nixfiles

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

machines/osterei/pleroma: decrease remote-post-retention-days to 3
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/osterei/pleroma/config.exs b/machines/osterei/pleroma/config.exs
@@ -46,7 +46,7 @@ config :pleroma, :instance,
   registrations_open: false,
   invites_enabled: true,
   account_activation_required: false,
-  remote_post_retention_days: 10,
+  remote_post_retention_days: 3,
   external_user_synchronization: true,
   allowed_post_formats: [
     "text/plain",