nextcloud32 -> nextcloud33

This commit is contained in:
Romain Paquet 2026-03-26 20:11:39 +01:00
parent 4b22702ed6
commit 1b031c18de

View file

@ -11,7 +11,7 @@ in
enable = true; enable = true;
hostName = fqdn; hostName = fqdn;
https = true; https = true;
package = pkgs.nextcloud32; package = pkgs.nextcloud33;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
dbuser = "nextcloud"; dbuser = "nextcloud";