From 76701149bdb9f23256a79973a4368ffae5a5c9bd 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