diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2
index ec29d55..5a70185 100644
--- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2
+++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2
@@ -94,7 +94,7 @@ host ap04 {
 }
 
 host ap05 {
-  hardware ethernet 9c:8c:d8:c2:c1:de;
+  hardware ethernet bc:9f:e4:c3:6f:aa;
   fixed-address ap05.binary.kitchen;
 }