From 78a5a9e3dc439ac63c7cd245830027e9d8abd4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 5 Nov 2023 19:22:28 +0100 Subject: [PATCH] fix: update biolimo mac address --- hosts/pie/dhcpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pie/dhcpd.nix b/hosts/pie/dhcpd.nix index dea1590..35ebb35 100644 --- a/hosts/pie/dhcpd.nix +++ b/hosts/pie/dhcpd.nix @@ -69,7 +69,7 @@ } { hostname = "biolimo.local"; - hw-address = "c6:f2:d1:df:ed:a4"; + hw-address = "48:a4:72:1d:29:32"; ip-address = "192.168.178.6"; } ];