services.stalwart.credentials
NixOS option
Credentials envs used to configure Stalwart secrets. These secrets can be accessed in configuration values with the macros such as %{file:/run/credentials/stalwart.service/VAR_NAME}%.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/mail/stalwart.nixView source on NixOS/nixpkgs →{
user_admin_password = "/run/keys/stalwart_admin_password";
}