server: nextcloud: explicitly add imagemagick for heic
This commit is contained in:
parent
828e2d0fde
commit
f2fe113e8c
@ -12,6 +12,7 @@
|
|||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
database.createLocally = false;
|
database.createLocally = false;
|
||||||
notify_push.enable = false;
|
notify_push.enable = false;
|
||||||
|
enableImagemagick = true;
|
||||||
maxUploadSize = "512M";
|
maxUploadSize = "512M";
|
||||||
caching = {
|
caching = {
|
||||||
redis = true;
|
redis = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user