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:
Martin Weinelt
2025-11-10 02:51:46 +01:00
parent 5965fae920
commit b99f353ab8

View File

@@ -392,7 +392,7 @@ in
let
mkGroupString = groups: concatStringsSep " / " (map (concatStringsSep ":") groups);
in
"${iniFormat.generate "postfix-openssl.cnf" {
iniFormat.generate "postfix-openssl.cnf" {
globalSection.postfix = "postfix_settings";
sections = {
postfix_settings.ssl_conf = "postfix_ssl_settings";
@@ -406,7 +406,7 @@ in
]
];
};
}}";
};
tls_config_name = "postfix";
# Algorithm selection happens through `tls_config_file` instead.