From 2aeb007c3057e6fff14534a40e20ce26255c94e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 5 Feb 2024 20:23:31 +0000 Subject: [PATCH] Add orphans cleanup to masto --- nixos/boxes/cupsnet/mastodon.nix | 1 + 1 file changed, 1 insertion(+) 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"; };