This commit is contained in:
Hadi 2024-06-26 22:18:39 +02:00
parent 652377bd9b
commit 9cf68648eb

View File

@ -17,7 +17,7 @@ in {
nginx.recommendedHttpHeaders = true; nginx.recommendedHttpHeaders = true;
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) inherit (config.services.nextcloud.package.packages.apps)
contacts calendar tasks; contacts calendar tasks notes;
}; };
extraAppsEnable = true; extraAppsEnable = true;
}; };