modules: services: nextcloud: exclude previews

This commit is contained in:
Bruno BELANYI 2021-08-19 14:27:06 +02:00
parent 98c2f16eb2
commit 087794433e
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ in
paths = [
config.services.nextcloud.home
];
exclude = [
# image previews can take up a lot of space
"${config.services.nextcloud.home}/data/appdata_*/preview"
];
};
};
}