dovecot: add missing descriptions
This commit is contained in:
parent
7a40ced06b
commit
28321223d8
|
@ -218,11 +218,13 @@ in
|
||||||
type = with types; submodule {
|
type = with types; submodule {
|
||||||
options = {
|
options = {
|
||||||
globally = mkOption {
|
globally = mkOption {
|
||||||
|
description = "Additional entries to add to the mail_plugins variable for all protocols";
|
||||||
type = plugins "top-level";
|
type = plugins "top-level";
|
||||||
example = { enable = [ "virtual" ]; };
|
example = { enable = [ "virtual" ]; };
|
||||||
default = { enable = []; };
|
default = { enable = []; };
|
||||||
};
|
};
|
||||||
perProtocol = mkOption {
|
perProtocol = mkOption {
|
||||||
|
description = "Additional entries to add to the mail_plugins variable, per protocol";
|
||||||
type = attrsOf (plugins "corresponding per-protocol");
|
type = attrsOf (plugins "corresponding per-protocol");
|
||||||
default = {};
|
default = {};
|
||||||
example = { imap = [ "imap_acl" ]; };
|
example = { imap = [ "imap_acl" ]; };
|
||||||
|
|
Loading…
Reference in New Issue