nixos/postfix: add types (#111426)
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user