From b1634df2e27fbb3d8aa5ce1c82be4437254483e3 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sun, 1 Sep 2024 09:23:04 +0200 Subject: [PATCH] Re-enable appStore on nextcloud --- configurations/camelot/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/camelot/nextcloud.nix b/configurations/camelot/nextcloud.nix index 2b6dc8b..9822e1d 100644 --- a/configurations/camelot/nextcloud.nix +++ b/configurations/camelot/nextcloud.nix @@ -18,7 +18,7 @@ hostName = extraInfo.nextcloudURI; extraAppsEnable = true; - appstoreEnable = false; + appstoreEnable = true; extraApps = { inherit (config.services.nextcloud.package.packages.apps) calendar