services.dovecot2.mailPlugins.globally
Additional entries to add to the mail_plugins variable for all protocols
- Type
submodule- Default
{ enable = [ ]; }- Example
{ enable = [ "virtual" ]; }- Declared
- <nixpkgs/nixos/modules/services/mail/dovecot.nix>
Additional entries to add to the mail_plugins variable for all protocols
submodule{
enable = [ ];
}{
enable = [
"virtual"
];
}