feat(nextcloud): upgrade to Nextcloud 31

Updated the Nextcloud package from version 30 to 31. This ensures access to the latest features and improvements while maintaining compatibility with the system configuration.
This commit is contained in:
Harald Hoyer 2025-04-14 15:16:24 +02:00
parent 54f03ed782
commit 4cb03eb58f

View file

@ -1,8 +1,7 @@
{
pkgs,
lib,
config,
...
{ pkgs
, lib
, config
, ...
}:
{
systemd.services."nextcloud-setup".requires = [ "postgresql.service" ];
@ -13,7 +12,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps)
calendar