nixos/postfix: add types (#111426)

This commit is contained in:
Fritz Otlinghaus 2021-01-31 13:52:46 +01:00 committed by GitHub
parent 821f19a975
commit 8de8e40d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};