services.sogo.configReplaces

Replacement-filepath mapping for sogo.conf. Every key is replaced with the contents of the file specified as value.

In the example, every occurrence of LDAP_BINDPW will be replaced with the text of the specified file.

Type
attribute set of string
Default
{ }
Example
{
  LDAP_BINDPW = "/var/lib/secrets/sogo/ldappw";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/sogo.nix>