diff --git a/hosts/pie/dhcpd.nix b/hosts/pie/dhcpd.nix index 35ebb35..c628b35 100644 --- a/hosts/pie/dhcpd.nix +++ b/hosts/pie/dhcpd.nix @@ -62,16 +62,6 @@ hw-address = "b8:76:3f:64:a3:64"; ip-address = "192.168.178.4"; } - { - hostname = "chocolatebar.local"; - hw-address = "04:d9:f5:fa:35:f5"; - ip-address = "192.168.178.5"; - } - { - hostname = "biolimo.local"; - hw-address = "48:a4:72:1d:29:32"; - ip-address = "192.168.178.6"; - } ]; } ];