update to nextcloud 30

This commit is contained in:
Tyler Starr 2025-05-15 17:28:42 -07:00
parent 0138368b6a
commit 28c4d0127f

View File

@ -41,7 +41,7 @@ in {
hostName = "${domain}";
# Need to manually increment with every major upgrade.
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
# Let NixOS install and configure the database automatically.
database.createLocally = true;