mastodon: clean media older than 7 days #143

Merged
teutat3s merged 1 commit from mastodon/auto-clean-7-days into main 2024-04-06 16:07:35 +00:00

View file

@ -61,6 +61,9 @@
passwordFile = "/run/agenix/mastodon-smtp-password";
fromAddress = "mastodon-notifications@pub.solar";
};
mediaAutoRemove = {
olderThanDays = 7;
};
extraEnvFiles = [
"/run/agenix/mastodon-extra-env-secrets"
];