summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-24 19:47:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-24 19:47:13 +0200
commit67606c341a7bb78dad44d120b0387e82d5e26a28 (patch)
tree2dc5451e6b348eb90694f4d40c790757519bb127 /ymir.nix
parenta593e9a4e8a58dc52ec69ec40b16273804dda379 (diff)
downloadnixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.gz
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.bz2
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.tar.xz
nixos-67606c341a7bb78dad44d120b0387e82d5e26a28.zip
DANE
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 66371833..24827e65 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -245,6 +245,7 @@ in rec {
245 inherit (pkgs) stdenv nettools openresolv; 245 inherit (pkgs) stdenv nettools openresolv;
246 name = "ymir"; 246 name = "ymir";
247 connect = false; 247 connect = false;
248 useDNS = false;
248 ipConf = { 249 ipConf = {
249 ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; 250 ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ];
250 }; 251 };
@@ -379,6 +380,9 @@ in rec {
379 #enable TLS logging to see the ciphers for outbound connections 380 #enable TLS logging to see the ciphers for outbound connections
380 smtp_tls_loglevel = 1 381 smtp_tls_loglevel = 1
381 382
383 smtp_dns_support_level = dnssec
384 smtp_tls_security_level = dane
385
382 transport_maps = regexp:${pkgs.writeText "transport" '' 386 transport_maps = regexp:${pkgs.writeText "transport" ''
383 /^gkleen[@\+]/ uucp:isaac 387 /^gkleen[@\+]/ uucp:isaac
384 /@(lists?|l)\./ mlmmj: 388 /@(lists?|l)\./ mlmmj: