diff options
| -rw-r--r-- | krebs/2configs/mastodon.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/2configs/mastodon.nix b/krebs/2configs/mastodon.nix index b81c229b6..7af06d47c 100644 --- a/krebs/2configs/mastodon.nix +++ b/krebs/2configs/mastodon.nix @@ -30,6 +30,9 @@ mastodon-tootctl media remove --prune-profiles --days=14 --concurrency=30 mastodon-tootctl media remove-orphans mastodon-tootctl preview_cards remove --days=14 + mastodon-tootctl accounts prune + mastodon-tootctl statuses remove --days 4 + mastodon-tootctl media remove --days 4 '') (pkgs.writers.writeDashBin "create-mastodon-user" '' set -efu |
