MyNixOS website logo
option

accounts.email.accounts.<name>.offlineimap.extraConfig.remote

Extra configuration options to add to the remote account section.

Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  expunge = false;
  maxconnections = 2;
}