feat(APPA): bump nextcloud to 31

This commit is contained in:
Jacob Bachmann 2025-08-18 23:59:31 +02:00
parent b043d0630e
commit 6cbe0dee4f

View file

@ -11,7 +11,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
https = true;
hostName = "nextcloud.dryb.org";
database.createLocally = true;