ctucx.git: nixfiles

ctucx' nixfiles

commit c4ee33cc87c706c901daa290f1b8c8feb063161a
parent 589942c0409178f1e6a54d599b303bd6e6782718
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 17 Sep 2022 17:56:39 +0200

machines/osterei/pleroma: decrease `remote_post_retention_days` to 10
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: 90,
+  remote_post_retention_days: 10,
   external_user_synchronization: true,
   allowed_post_formats: [
     "text/plain",