feat: nextcloud apps

This commit is contained in:
s-prechtl 2025-07-01 00:31:37 +02:00
parent dfbd20829f
commit 38f361ede7

View file

@ -13,6 +13,10 @@
https = true;
configureRedis = true;
caching.redis = true;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks;
};
extraAppsEnable = true;
autoUpdateApps.enable = true;
package = pkgs.nextcloud31;
config = {