postfix: unquote tls_config_file value
This can now be a path type due to changes applied to nixos unstable.
This commit is contained in:
@@ -392,7 +392,7 @@ in
|
|||||||
let
|
let
|
||||||
mkGroupString = groups: concatStringsSep " / " (map (concatStringsSep ":") groups);
|
mkGroupString = groups: concatStringsSep " / " (map (concatStringsSep ":") groups);
|
||||||
in
|
in
|
||||||
"${iniFormat.generate "postfix-openssl.cnf" {
|
iniFormat.generate "postfix-openssl.cnf" {
|
||||||
globalSection.postfix = "postfix_settings";
|
globalSection.postfix = "postfix_settings";
|
||||||
sections = {
|
sections = {
|
||||||
postfix_settings.ssl_conf = "postfix_ssl_settings";
|
postfix_settings.ssl_conf = "postfix_ssl_settings";
|
||||||
@@ -406,7 +406,7 @@ in
|
|||||||
]
|
]
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}}";
|
};
|
||||||
tls_config_name = "postfix";
|
tls_config_name = "postfix";
|
||||||
|
|
||||||
# Algorithm selection happens through `tls_config_file` instead.
|
# Algorithm selection happens through `tls_config_file` instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user