summaryrefslogtreecommitdiff
path: root/hosts/vidhar/dsl.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:13:58 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:13:58 +0100
commit0589bc83d57f96b685de3bac4b2fb9cde5f07a8f (patch)
treecaf487d170c3c8b1d17dbbfde6c7e5c8835fa45f /hosts/vidhar/dsl.nix
parent270778266aea356a600d42b9ab50cf036b7df34d (diff)
downloadnixos-0589bc83d57f96b685de3bac4b2fb9cde5f07a8f.tar
nixos-0589bc83d57f96b685de3bac4b2fb9cde5f07a8f.tar.gz
nixos-0589bc83d57f96b685de3bac4b2fb9cde5f07a8f.tar.bz2
nixos-0589bc83d57f96b685de3bac4b2fb9cde5f07a8f.tar.xz
nixos-0589bc83d57f96b685de3bac4b2fb9cde5f07a8f.zip
vidhar: unbound
Diffstat (limited to 'hosts/vidhar/dsl.nix')
-rw-r--r--hosts/vidhar/dsl.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix
index e66f609b..cfbae7b5 100644
--- a/hosts/vidhar/dsl.nix
+++ b/hosts/vidhar/dsl.nix
@@ -69,9 +69,9 @@ in {
69 }; 69 };
70 networkConfig = { 70 networkConfig = {
71 LinkLocalAddressing = "no"; 71 LinkLocalAddressing = "no";
72 DNS = [ 72 DNS = [ "::1" "127.0.0.1" ];
73 "1.1.1.1" "1.0.0.1" 73 DNSSEC = "true";
74 ]; 74 Domains = ["~."];
75 }; 75 };
76 }; 76 };
77 }; 77 };