modules: services: nextcloud: exclude previews
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-08-19 14:27:06 +02:00
parent 13684ecdc4
commit 30fc01b5ae

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"
];
};
};
}