summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/dhcp')
-rw-r--r--hosts/vidhar/network/dhcp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix
index 0b82475d..07a83351 100644
--- a/hosts/vidhar/network/dhcp/default.nix
+++ b/hosts/vidhar/network/dhcp/default.nix
@@ -70,7 +70,7 @@ with lib;
70 ddns-update-on-renew = true; 70 ddns-update-on-renew = true;
71 71
72 subnet4 = [ 72 subnet4 = [
73 { id = 0; 73 { id = 3;
74 subnet = "10.141.0.0/24"; 74 subnet = "10.141.0.0/24";
75 option-data = [ 75 option-data = [
76 { name = "domain-name-servers"; 76 { name = "domain-name-servers";
@@ -111,7 +111,7 @@ with lib;
111 } 111 }
112 ]; 112 ];
113 } 113 }
114 { id = 1; 114 { id = 2;
115 subnet = "10.141.1.0/24"; 115 subnet = "10.141.1.0/24";
116 option-data = [ 116 option-data = [
117 { name = "domain-name-servers"; 117 { name = "domain-name-servers";
@@ -144,7 +144,7 @@ with lib;
144 } 144 }
145 ]; 145 ];
146 } 146 }
147 { id = 2; 147 { id = 4;
148 subnet = "10.141.2.0/24"; 148 subnet = "10.141.2.0/24";
149 option-data = [ 149 option-data = [
150 { name = "domain-name-servers"; 150 { name = "domain-name-servers";