NextCloud: upgrade to 28

This commit is contained in:
Filippo Berto 2024-02-15 20:12:08 +01:00
parent b9954f7e37
commit 9663614e3d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -16,7 +16,7 @@ in
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = "my-nextcloud.bertof.net";
maxUploadSize = "24G";
@ -36,6 +36,7 @@ in
"OC\\Preview\\TXT"
"OC\\Preview\\XBitmap"
"OC\\Preview\\HEIC" # Enable preview of HEIC/HEIF images (others are default)
"OC\\Preview\\EMF"
];
config = {