Updated to nextcloud33

Though the commit shows 31-->33, 32 was live for a moment to facilitate
the upgrade
This commit is contained in:
Gene Liverman 2026-03-09 15:28:01 -04:00
parent 683fe9655b
commit 54ca2e84bc
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY

View file

@ -245,7 +245,7 @@ in {
nextcloud = {
enable = true;
hostName = "nextcloud.home.technicalissues.us";
package = pkgs.nextcloud31; # Need to manually increment with every major upgrade.
package = pkgs.nextcloud33; # Need to manually increment with every major upgrade.
appstoreEnable = true;
autoUpdateApps.enable = true;
config = {