From 65cac0b1a484addd4b97179cab4d7272041b966d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Fri, 2 Feb 2024 10:14:01 +0100 Subject: [PATCH] pie/dhcp: make sure pie ip-address is reserved --- hosts/pie/dhcpd.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pie/dhcpd.nix b/hosts/pie/dhcpd.nix index e09dca9..5d576fb 100644 --- a/hosts/pie/dhcpd.nix +++ b/hosts/pie/dhcpd.nix @@ -50,6 +50,10 @@ reservations = [ # Pie should set ip itself + { + hw-address = "dc:a6:32:5c:31:64"; + ip-address = "192.168.178.2"; + } { hw-address = "08:f1:ea:97:0f:0c"; ip-address = "192.168.178.3";