aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/postfix.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-01 23:20:32 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-12 19:38:27 +0100
commit1b5a1c697da8269ea49249461ced87662d120924 (patch)
tree45d02909031b94bfba983feb5f92622b312d8790 /nixos/tests/postfix.nix
parent28136b4495e547eb5142ab812e381729edad6e2f (diff)
nixos/tests/postfix: migrate test to use tlsTrustedAuthorities
Fixes: 632104e ("postfix: deprecated `sslCACert` in favour of `tlsTrustedAuthorities`")
Diffstat (limited to '')
-rw-r--r--nixos/tests/postfix.nix2
1 files changed, 1 insertions, 1 deletions
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 = {