modifications to nextcloud apps

This commit is contained in:
William 2025-10-18 15:55:37 -03:00
parent 7da7b7167a
commit 14457d1ec2

View file

@ -24,13 +24,10 @@ in
database.createLocally = true; database.createLocally = true;
maxUploadSize = "16G"; maxUploadSize = "16G";
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes;
calendar
contacts
notes
;
}; };
extraAppsEnable = true; extraAppsEnable = true;
appstoreEnable = true;
caching = { caching = {
apcu = true; apcu = true;
redis = true; redis = true;