services.sogo.configReplaces

NixOS option

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 in: nixos/modules/services/web-apps/sogo.nixView source on NixOS/nixpkgs →