forked from mirrors/nixpkgs
nixos/tests/postfix: migrate test to use tlsTrustedAuthorities
Fixes: 632104e
("postfix: deprecated `sslCACert` in favour of
`tlsTrustedAuthorities`")
This commit is contained in:
parent
28136b4495
commit
1b5a1c697d
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue