server: nextcloud: explicitly add imagemagick for heic

This commit is contained in:
2025-06-01 21:00:52 +02:00
parent 828e2d0fde
commit f2fe113e8c

View File

@@ -12,6 +12,7 @@
package = pkgs.nextcloud31;
database.createLocally = false;
notify_push.enable = false;
enableImagemagick = true;
maxUploadSize = "512M";
caching = {
redis = true;