mastodon: ignore cache

This commit is contained in:
Sandro - 2023-05-19 00:43:49 +02:00
parent 66471b162a
commit 31d255b388
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
networking.hostName = "mastodon";
services = {
backup.paths = [ "/var/lib/mastodon/" ];
backup = {
exclude = [ "/var/lib/mastodon/public-system/cache/" ];
paths = [ "/var/lib/mastodon/" ];
};
# Sidekiq monitoring
collectd.plugins = {