services.movim.phpCfg
NixOS option
Extra PHP INI options such as memory_limit, max_execution_time, etc.
type: attribute set of (signed integer or string or boolean)Default
declared in: nixos/modules/services/web-apps/movim.nixView source on NixOS/nixpkgs →{
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
"opcache.enable_cli" = 1;
"opcache.fast_shutdown" = 1;
"opcache.interned_strings_buffer" = 8;
"opcache.max_accelerated_files" = 6144;
"opcache.memory_consumption" = 128;
"opcache.revalidate_freq" = 2;
output_buffering = 0;
}