services.nextcloud.appstoreEnable

NixOS option

Allow the installation and updating of apps from the Nextcloud appstore. Enabled by default unless there are packages in services.nextcloud.extraApps. Set this to true to force enable the store even if services.nextcloud.extraApps is used. Set this to false to disable the installation of apps from the global appstore. App management is always enabled regardless of this setting.

type: null or boolean
Default
null
Example
true
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →