feat(services/self_host): update the nextcloud to 33

- Update now stable (winter26)
This commit is contained in:
Raphael 2026-03-01 22:41:09 +01:00
parent 8456ea147c
commit 65a5d1fe43
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ in
nextcloud = { nextcloud = {
enable = true; enable = true;
https = true; https = true;
package = pkgs.nextcloud32; package = pkgs.nextcloud33;
hostName = "nextcloud.enium.eu"; hostName = "nextcloud.enium.eu";
datadir = dataDir; datadir = dataDir;
config = { config = {