From 14457d1ec21d93672c84a95047fab7c6febc022b Mon Sep 17 00:00:00 2001 From: William Date: Sat, 18 Oct 2025 15:55:37 -0300 Subject: [PATCH] modifications to nextcloud apps --- hosts/alexandria/nextcloud.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/alexandria/nextcloud.nix b/hosts/alexandria/nextcloud.nix index 84de9fc..599b832 100644 --- a/hosts/alexandria/nextcloud.nix +++ b/hosts/alexandria/nextcloud.nix @@ -24,13 +24,10 @@ in database.createLocally = true; maxUploadSize = "16G"; extraApps = { - inherit (config.services.nextcloud.package.packages.apps) - calendar - contacts - notes - ; + inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes; }; extraAppsEnable = true; + appstoreEnable = true; caching = { apcu = true; redis = true;