nixos/postfix: add types (#111426)
This commit is contained in:
parent
821f19a975
commit
8de8e40d64
@ -560,6 +560,7 @@ in
|
|||||||
|
|
||||||
transport = mkOption {
|
transport = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
type = types.lines;
|
||||||
description = "
|
description = "
|
||||||
Entries for the transport map, cf. man-page transport(8).
|
Entries for the transport map, cf. man-page transport(8).
|
||||||
";
|
";
|
||||||
@ -573,6 +574,7 @@ in
|
|||||||
|
|
||||||
dnsBlacklistOverrides = mkOption {
|
dnsBlacklistOverrides = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
|
type = types.lines;
|
||||||
description = "contents of check_client_access for overriding dnsBlacklists";
|
description = "contents of check_client_access for overriding dnsBlacklists";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user