diff --git a/hosts/nachtigall/apps/mastodon.nix b/hosts/nachtigall/apps/mastodon.nix index babb464..e194d9b 100644 --- a/hosts/nachtigall/apps/mastodon.nix +++ b/hosts/nachtigall/apps/mastodon.nix @@ -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" ];