Bump nextcloud to 31

This commit is contained in:
Greg Hellings
2025-04-17 16:59:05 -05:00
parent 67e626c470
commit 3a673594c3
+1 -1
View File
@@ -6,7 +6,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
appstoreEnable = true;
hostName = "next.${config.networking.domain}";
https = true;