summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/2configs/mastodon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/mastodon.nix b/krebs/2configs/mastodon.nix
index 7af06d47c..723e2c385 100644
--- a/krebs/2configs/mastodon.nix
+++ b/krebs/2configs/mastodon.nix
@@ -26,7 +26,7 @@
];
environment.systemPackages = [
- (pkgs.writers.writeDashBin "clear-mastodon-cache" ''
+ (pkgs.writers.writeDashBin "mastodon-clear-cache" ''
mastodon-tootctl media remove --prune-profiles --days=14 --concurrency=30
mastodon-tootctl media remove-orphans
mastodon-tootctl preview_cards remove --days=14