nixos/postfix: add types (#111426)
This commit is contained in:
parent
821f19a975
commit
8de8e40d64
1 changed files with 2 additions and 0 deletions
|
@ -560,6 +560,7 @@ in
|
|||
|
||||
transport = mkOption {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
description = "
|
||||
Entries for the transport map, cf. man-page transport(8).
|
||||
";
|
||||
|
@ -573,6 +574,7 @@ in
|
|||
|
||||
dnsBlacklistOverrides = mkOption {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
description = "contents of check_client_access for overriding dnsBlacklists";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue