MyNixOS website logo
option

services.nextcloud.phpExtraExtensions

Additional PHP extensions to use for Nextcloud. By default, only extensions necessary for a vanilla Nextcloud installation are enabled, but you may choose from the list of available extensions and add further ones. This is sometimes necessary to be able to install a certain Nextcloud app that has additional requirements.

Declarations
Type
function that evaluates to a(n) list of package
Default
all: []
Example
all: [ all.pdlib all.bz2 ]