summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 917bb522..ceec1f47 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -125,6 +125,9 @@
125 subnet 10.141.0.0 netmask 255.255.255.0 { 125 subnet 10.141.0.0 netmask 255.255.255.0 {
126 range 10.141.0.128 10.141.0.254; 126 range 10.141.0.128 10.141.0.254;
127 option domain-name-servers 1.1.1.1, 1.0.0.1; 127 option domain-name-servers 1.1.1.1, 1.0.0.1;
128 option broadcast-address 10.141.0.255;
129 option routers 10.141.0.1;
130 option domain-name "asgard.yggdrasil";
128 } 131 }
129 ''; 132 '';
130 }; 133 };