nextcloud: update

This commit is contained in:
2026-07-17 12:51:20 +08:00
parent 6e3ea74221
commit ee609f0425
+2 -3
View File
@@ -17,14 +17,13 @@ in
services.nextcloud = {
enable = true;
package = pkgs.nextcloud33;
package = pkgs.nextcloud34;
extraApps = {
inherit (pkgs.nextcloud33.packages.apps)
inherit (pkgs.nextcloud34.packages.apps)
bookmarks
previewgenerator
spreed
notes
registration
;
};
extraAppsEnable = true;