summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;