nextcloud29 > nextcloud30

This commit is contained in:
Danilo Reyes 2024-10-27 17:40:47 -06:00
parent 37aa35daed
commit ecb0bb970e

View File

@ -70,7 +70,7 @@ in
nextcloud = {
enable = true;
https = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
appstoreEnable = true;
configureRedis = true;
extraAppsEnable = true;
@ -78,7 +78,7 @@ in
maxUploadSize = "16G";
hostName = cfg.host;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) calendar;
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks;
};
config = {
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;