diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:07:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-09 17:07:49 +0200 |
commit | 738526387c9f21988cfc3735b40aa1bfc014e9b5 (patch) | |
tree | c3a4bab880683466cf39162ca255a3d3c173442f /hel.nix | |
parent | 1cb71c443f69820bd441be01b305c3811b4db9ba (diff) | |
download | nixos-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.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |