MyNixOS website logo
option

accounts.email.accounts.<name>.msmtp.extraConfig

Extra configuration options to add to ~/.msmtprc. See https://marlam.de/msmtp/msmtprc.txt for examples.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  auth = "login";
}