summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-08-14 09:20:24 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-08-14 09:20:24 +0200
commit6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37 (patch)
treed835ca4cdd44f45c5ef6b936002b35b70a35e734
parenta6f2a038e6015b1eac284d1d4c39334b2c9e7614 (diff)
downloadnixos-6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37.tar
nixos-6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37.tar.gz
nixos-6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37.tar.bz2
nixos-6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37.tar.xz
nixos-6c7bcb1fbda6cf14297301cb57fb3cc1e8c64f37.zip
...
-rw-r--r--sif.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index b4b5c14c..f1341e06 100644
--- a/sif.nix
+++ b/sif.nix
@@ -337,7 +337,6 @@
337 smtp_sender_dependent_authentication = true; 337 smtp_sender_dependent_authentication = true;
338 smtp_sasl_tls_security_options = "noanonymous"; 338 smtp_sasl_tls_security_options = "noanonymous";
339 smtp_sasl_mechanism_filter = ["plain"]; 339 smtp_sasl_mechanism_filter = ["plain"];
340 smtp_tls_security_level = "dane";
341 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; 340 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd";
342 smtp_cname_overrides_servername = false; 341 smtp_cname_overrides_servername = false;
343 smtp_always_send_ehlo = true; 342 smtp_always_send_ehlo = true;
@@ -345,6 +344,7 @@
345 smtp_tls_loglevel = "1"; 344 smtp_tls_loglevel = "1";
346 smtp_dns_support_level = "dnssec"; 345 smtp_dns_support_level = "dnssec";
347 }; 346 };
347 useDane = true;
348 }; 348 };
349 349
350 upower = { 350 upower = {