Merge pull request #602 from genebean/nextcloud

Upgrade from nextcloud 31 --> 32 --> 33
This commit is contained in:
Gene Liverman 2026-03-09 21:50:37 -04:00 committed by GitHub
commit ed49f84fd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ in {
nextcloud = { nextcloud = {
enable = true; enable = true;
hostName = "cloud.pack1828.org"; hostName = "cloud.pack1828.org";
package = pkgs.nextcloud31; # Need to manually increment with every major upgrade. package = pkgs.nextcloud33; # Need to manually increment with every major upgrade.
appstoreEnable = true; appstoreEnable = true;
autoUpdateApps.enable = true; autoUpdateApps.enable = true;
config = { config = {