Skip to content

Commit

Permalink
nixos/tests/postfix: migrate test to use tlsTrustedAuthorities
Browse files Browse the repository at this point in the history
Fixes: 632104e ("postfix: deprecated `sslCACert` in favour of
`tlsTrustedAuthorities`")
  • Loading branch information
mweinelt committed Nov 12, 2020
1 parent 28136b4 commit 1b5a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/postfix.nix
Expand Up @@ -11,7 +11,7 @@ import ./make-test-python.nix {
enable = true;
enableSubmission = true;
enableSubmissions = true;
sslCACert = certs.ca.cert;
tlsTrustedAuthorities = certs.ca.cert;
sslCert = certs.${domain}.cert;
sslKey = certs.${domain}.key;
submissionsOptions = {
Expand Down

0 comments on commit 1b5a1c6

Please sign in to comment.