alpine: nextcloud 32

This commit is contained in:
Tristan 2026-03-08 13:16:43 +00:00
parent 2e06f18f30
commit 37c5ac2c41

View file

@ -28,7 +28,7 @@ in {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
https = true; https = true;
package = pkgs.nextcloud31; package = pkgs.nextcloud32;
hostName = "files.${config.networking.domain}"; hostName = "files.${config.networking.domain}";
configureRedis = true; configureRedis = true;
database.createLocally = true; database.createLocally = true;
@ -83,7 +83,7 @@ in {
previewgenerator previewgenerator
deck deck
news news
oidc_login # oidc_login
recognize recognize
; ;
}; };