From 1d5109bbde1a2cafe0f458adea63aeee8f2d2154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 5 Nov 2023 19:23:07 +0100 Subject: [PATCH] feat: remove chocolatebar and biolimo from static local addresses --- hosts/pie/dhcpd.nix | 10 ---------- 1 file changed, 10 deletions(-) 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"; - } ]; } ];