nextcloud: upgraded to v29

This commit is contained in:
Serĉanto de Scio 2024-06-06 00:57:58 +10:00
parent f7c7666a94
commit 97e0e0eeb5
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -25,9 +25,9 @@
enable = true; # Run regular auto update of all apps installed enable = true; # Run regular auto update of all apps installed
startAt = "01:00:00"; # When to run the update startAt = "01:00:00"; # When to run the update
}; };
package = pkgs.nextcloud28; package = pkgs.nextcloud29;
extraApps = with config.services.nextcloud.package.packages.apps; { extraApps = with config.services.nextcloud.package.packages.apps; {
inherit calendar contacts deck notes tasks twofactor_webauthn; inherit calendar contacts deck gpoddersync notes tasks twofactor_webauthn;
}; };
extraAppsEnable = true; extraAppsEnable = true;
settings = { settings = {