summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-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 };