services.freeswitch.configTemplate

NixOS option

Configuration template to use. See available templates in FreeSWITCH repository. You can also set your own configuration directory.

type: absolute path
Default
"${config.services.freeswitch.package}/share/freeswitch/conf/vanilla"
Example
"${config.services.freeswitch.package}/share/freeswitch/conf/minimal"
declared in: nixos/modules/services/misc/freeswitch.nixView source on NixOS/nixpkgs →