diff --git a/nixos/boxes/cupsnet/mastodon.nix b/nixos/boxes/cupsnet/mastodon.nix index ae9f211f..5ade9ec1 100644 --- a/nixos/boxes/cupsnet/mastodon.nix +++ b/nixos/boxes/cupsnet/mastodon.nix @@ -80,6 +80,7 @@ in { ${tootctlPath} media remove --days=8 --prune-profiles --include-follows -c1 ${tootctlPath} media remove --days=8 --remove-headers --include-follows -c1 ${tootctlPath} preview_cards remove --days=8 + ${tootctlPath} media remove-orphans --fix-permissions ''; startAt = "daily"; };