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