Get a build of nextcloud30 going

This commit is contained in:
Greg Hellings
2024-11-23 01:25:37 -06:00
parent 26ecc9d36c
commit 9a7fcae082
+1 -1
View File
@@ -6,7 +6,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
appstoreEnable = true;
hostName = "next.${config.networking.domain}";
https = true;