summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index ebe8c750..ad8f1a31 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -99,7 +99,7 @@
99 extraConfig = '' 99 extraConfig = ''
100 subnet 10.141.0.0 netmask 255.255.255.0 { 100 subnet 10.141.0.0 netmask 255.255.255.0 {
101 range 10.141.0.128 10.141.0.254; 101 range 10.141.0.128 10.141.0.254;
102 option domain-name-servers 1.1.1.1 8.8.8.8; 102 option domain-name-servers 1.1.1.1, 8.8.8.8;
103 } 103 }
104 ''; 104 '';
105 }; 105 };