alpine: update nextcloud31 and add recognize

This commit is contained in:
Tristan 2025-05-09 21:30:07 +01:00
parent d6da45e36a
commit 0e2eef3ee0

View file

@ -28,7 +28,7 @@ in {
services.nextcloud = {
enable = true;
https = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
hostName = "files.${config.networking.domain}";
configureRedis = true;
database.createLocally = true;
@ -79,11 +79,12 @@ in {
gpoddersync
memories
notes
maps
# maps
previewgenerator
deck
news
oidc_login
recognize
;
};
maxUploadSize = "5G";