From 1b5a1c697da8269ea49249461ced87662d120924 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 1 Aug 2020 23:20:32 +0200 Subject: [PATCH] nixos/tests/postfix: migrate test to use tlsTrustedAuthorities Fixes: 632104e ("postfix: deprecated `sslCACert` in favour of `tlsTrustedAuthorities`") --- nixos/tests/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/postfix.nix b/nixos/tests/postfix.nix index 37ae76afec10..29e263cd7e78 100644 --- a/nixos/tests/postfix.nix +++ b/nixos/tests/postfix.nix @@ -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 = {