nixos/tests/postfix: migrate test to use tlsTrustedAuthorities

Fixes: 632104e ("postfix: deprecated `sslCACert` in favour of
`tlsTrustedAuthorities`")
gstqt5
Martin Weinelt 2020-08-01 23:20:32 +02:00
parent 28136b4495
commit 1b5a1c697d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {