From 38f361ede739e38253d25108e783acb934de6b12 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 00:31:37 +0200 Subject: [PATCH] feat: nextcloud apps --- hosts/hitsugibune/nextcloud.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = {