summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:16:03 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:16:03 +0100
commit9575dc870a9a0bb050d4273fc7877b39cc39d1e0 (patch)
tree3f54a5e05a09ed81b4a40c8318c241996e9aadec /hosts
parent0589bc83d57f96b685de3bac4b2fb9cde5f07a8f (diff)
downloadnixos-9575dc870a9a0bb050d4273fc7877b39cc39d1e0.tar
nixos-9575dc870a9a0bb050d4273fc7877b39cc39d1e0.tar.gz
nixos-9575dc870a9a0bb050d4273fc7877b39cc39d1e0.tar.bz2
nixos-9575dc870a9a0bb050d4273fc7877b39cc39d1e0.tar.xz
nixos-9575dc870a9a0bb050d4273fc7877b39cc39d1e0.zip
vidhar: ...
Diffstat (limited to 'hosts')
-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 cfbae7b5..be07b9f7 100644
--- a/hosts/vidhar/dsl.nix
+++ b/hosts/vidhar/dsl.nix
@@ -67,11 +67,11 @@ in {
67 matchConfig = { 67 matchConfig = {
68 Name = "dsl"; 68 Name = "dsl";
69 }; 69 };
70 dns = [ "::1" "127.0.0.1" ];
71 domains = [ "~." ];
70 networkConfig = { 72 networkConfig = {
71 LinkLocalAddressing = "no"; 73 LinkLocalAddressing = "no";
72 DNS = [ "::1" "127.0.0.1" ]; 74 DNSSEC = true;
73 DNSSEC = "true";
74 Domains = ["~."];
75 }; 75 };
76 }; 76 };
77 }; 77 };