mastodon: clean media older than 7 days #143
|
@ -61,6 +61,9 @@
|
||||||
passwordFile = "/run/agenix/mastodon-smtp-password";
|
passwordFile = "/run/agenix/mastodon-smtp-password";
|
||||||
fromAddress = "mastodon-notifications@pub.solar";
|
fromAddress = "mastodon-notifications@pub.solar";
|
||||||
};
|
};
|
||||||
|
mediaAutoRemove = {
|
||||||
|
olderThanDays = 7;
|
||||||
|
};
|
||||||
extraEnvFiles = [
|
extraEnvFiles = [
|
||||||
"/run/agenix/mastodon-extra-env-secrets"
|
"/run/agenix/mastodon-extra-env-secrets"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue