diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index d311fb3..f0d8166 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -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 = {