services.nextcloud.phpExtraExtensions
NixOS option
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.
type: function that evaluates to a(n) list of packageDefault
all: []
Example
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →all: [ all.pdlib all.bz2 ]