MyNixOS website logo
option

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.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  LDAP_BINDPW = "/var/lib/secrets/sogo/ldappw";
}