upgrade to nextcloud 29

This commit is contained in:
Noah Masur 2024-06-19 10:59:26 -06:00
parent 6f4ee32e8e
commit 517ae65cf1
No known key found for this signature in database

View File

@ -9,7 +9,7 @@
config = lib.mkIf config.services.nextcloud.enable {
services.nextcloud = {
package = pkgs.nextcloud28; # Required to specify
package = pkgs.nextcloud29; # Required to specify
configureRedis = true;
datadir = "/data/nextcloud";
database.createLocally = true;