From 0b17f03ddea318d0062819dcc1c1b9a452418379 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 18 Oct 2025 16:17:08 -0300 Subject: [PATCH] disable nextcloud appstore --- hosts/alexandria/nextcloud.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/alexandria/nextcloud.nix b/hosts/alexandria/nextcloud.nix index 599b832..68d4875 100644 --- a/hosts/alexandria/nextcloud.nix +++ b/hosts/alexandria/nextcloud.nix @@ -27,7 +27,6 @@ in inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes; }; extraAppsEnable = true; - appstoreEnable = true; caching = { apcu = true; redis = true;