summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/network/dsl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix
index 03caadfd..9c4e554c 100644
--- a/hosts/vidhar/network/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
@@ -95,7 +95,7 @@ in {
95 route = [{ prefix = "::/0"; }]; 95 route = [{ prefix = "::/0"; }];
96 rdnss = [{ servers = ["::"]; }]; 96 rdnss = [{ servers = ["::"]; }];
97 dnssl = [{ domain_names = ["yggdrasil"]; }]; 97 dnssl = [{ domain_names = ["yggdrasil"]; }];
98 other_config = true; 98 # other_config = true;
99 } 99 }
100 { name = "dmz01"; 100 { name = "dmz01";
101 advertise = true; 101 advertise = true;