Merge pull request #532 from genebean/nextcloud31

Update to Nextcloud 31 at home
This commit is contained in:
Gene Liverman 2025-08-09 21:24:56 -04:00 committed by GitHub
commit ef5b8ddb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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