summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:07:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-07-09 17:07:49 +0200
commit738526387c9f21988cfc3735b40aa1bfc014e9b5 (patch)
treec3a4bab880683466cf39162ca255a3d3c173442f /hel.nix
parent1cb71c443f69820bd441be01b305c3811b4db9ba (diff)
downloadnixos-738526387c9f21988cfc3735b40aa1bfc014e9b5.tar
nixos-738526387c9f21988cfc3735b40aa1bfc014e9b5.tar.gz
nixos-738526387c9f21988cfc3735b40aa1bfc014e9b5.tar.bz2
nixos-738526387c9f21988cfc3735b40aa1bfc014e9b5.tar.xz
nixos-738526387c9f21988cfc3735b40aa1bfc014e9b5.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index b4df0467..8e41fc70 100644
--- a/hel.nix
+++ b/hel.nix
@@ -45,6 +45,7 @@
45 enable = true; 45 enable = true;
46 unmanaged = [ "docker0" ]; 46 unmanaged = [ "docker0" ];
47 dhcp = "internal"; 47 dhcp = "internal";
48 dns = "unbound";
48 }; 49 };
49 50
50 dhcpcd.enable = false; 51 dhcpcd.enable = false;
@@ -300,7 +301,7 @@
300 smtp_sasl_auth_enable = true; 301 smtp_sasl_auth_enable = true;
301 smtp_sender_dependent_authentication = true; 302 smtp_sender_dependent_authentication = true;
302 smtp_sasl_tls_security_options = "noanonymous"; 303 smtp_sasl_tls_security_options = "noanonymous";
303 smtp_tls_security_level = "dane"; 304 smtp_tls_verified_security_level = "dane";
304 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd"; 305 smtp_sasl_password_maps = "texthash:/var/db/postfix/sasl_passwd";
305 smtp_cname_overrides_servername = false; 306 smtp_cname_overrides_servername = false;
306 smtp_always_send_ehlo = true; 307 smtp_always_send_ehlo = true;