From d00b6947b3045b1b1747dac1e098529b9fcc7a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 30 May 2026 16:37:53 -0300 Subject: [PATCH] phantom: more agressive mastodon cleanup --- hosts/phantom/mastodon.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/phantom/mastodon.nix b/hosts/phantom/mastodon.nix index e21e874..46055eb 100644 --- a/hosts/phantom/mastodon.nix +++ b/hosts/phantom/mastodon.nix @@ -16,9 +16,9 @@ user = "noreply@social.lelgenio.com"; passwordFile = config.sops.secrets."mastodon/smtp-password".path; }; - streamingProcesses = 2; + streamingProcesses = 1; extraConfig.SINGLE_USER_MODE = "true"; - mediaAutoRemove.olderThanDays = 5; + mediaAutoRemove.olderThanDays = 2; }; sops.secrets."mastodon/smtp-password" = {