nextcloud: add calendar and contacts apps

This commit is contained in:
Romain Paquet 2026-01-27 14:36:11 +01:00
parent 59458a3ba1
commit a0234b7b6f

View file

@ -34,7 +34,7 @@ in
}; };
extraAppsEnable = true; extraAppsEnable = true;
extraApps = { extraApps = {
# inherit (pkgs.nextcloud32Packages.apps) tasks; inherit (config.services.nextcloud.package.packages.apps) tasks contacts calendar;
}; };
}; };