summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dhcp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network/dhcp/default.nix')
-rw-r--r--hosts/vidhar/network/dhcp/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix
index af7a3545..4d8a54ae 100644
--- a/hosts/vidhar/network/dhcp/default.nix
+++ b/hosts/vidhar/network/dhcp/default.nix
@@ -108,10 +108,6 @@ with lib;
108 { hostname = "geri"; 108 { hostname = "geri";
109 hw-address = "0e:e6:43:5e:37:7b"; 109 hw-address = "0e:e6:43:5e:37:7b";
110 } 110 }
111 { hostname = "printer";
112 hw-address = "30:cd:a7:b0:55:8d";
113 ip-address = "10.141.0.2";
114 }
115 ]; 111 ];
116 } 112 }
117 { subnet = "10.141.1.0/24"; 113 { subnet = "10.141.1.0/24";
@@ -122,6 +118,9 @@ with lib;
122 { name = "broadcast-address"; 118 { name = "broadcast-address";
123 data = "10.141.1.255"; 119 data = "10.141.1.255";
124 } 120 }
121 { name = "ntp-servers";
122 data = "10.141.1.1";
123 }
125 { name = "domain-name"; 124 { name = "domain-name";
126 data = "yggdrasil"; 125 data = "yggdrasil";
127 } 126 }