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;
hostName = fqdn;
https = true;
package = pkgs.nextcloud32;
package = pkgs.nextcloud33;
config = {
dbtype = "pgsql";
dbuser = "nextcloud";