diff --git a/defaults/nextcloud/default.nix b/defaults/nextcloud/default.nix index 11f52c7..3d43d43 100644 --- a/defaults/nextcloud/default.nix +++ b/defaults/nextcloud/default.nix @@ -30,6 +30,24 @@ dbtype = "pgsql"; }; + appstoreEnable = false; + extraApps = { + inherit (config.services.nextcloud.package.passthru.packages.apps) + calendar + contacts + deck + groupfolders + maps + memories + music + news + notes + notify_push + tasks + twofactor_webauthn + ; + }; + phpOptions = { "opcache.interned_strings_buffer" = "23"; };