diff --git a/meta.nix b/meta.nix index d56d5c0..cabe4d9 100644 --- a/meta.nix +++ b/meta.nix @@ -121,18 +121,6 @@ role = "server"; dns = false; }; - - norfolk-dmz-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-dmz-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; main.hosts = { @@ -187,36 +175,12 @@ role = "phone"; hw-address = "80:5e:c0:de:3d:66"; }; - - norfolk-main-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-main-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; guest.hosts = { europa-guest = { role = "router"; }; - - norfolk-guest-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-guest-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; iot.hosts = { @@ -275,18 +239,6 @@ role = "mobile"; hw-address = "ac:3e:b1:77:65:2e"; }; - - norfolk-iot-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-iot-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; storage.hosts = { @@ -303,18 +255,6 @@ role = "adminWorkstation"; hw-address = "00:07:43:13:c4:90"; }; - - norfolk-storage-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-storage-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; management.hosts = { @@ -336,18 +276,6 @@ role = "oobMgmt"; hw-address = "14:18:77:51:4b:b5"; }; - - norfolk-management-dhcp-start = { - role = "pool"; - hostId = 1; - dns = false; - }; - - norfolk-management-dhcp-end = { - role = "pool"; - hostId = 250; - dns = false; - }; }; }; };