nixos/home/routing-common: Add static lease for hass-panel

This commit is contained in:
Jack O'Sullivan 2025-03-13 12:01:23 +00:00
parent 8e288a9e2a
commit 69060dfbff

View File

@ -148,6 +148,11 @@ in
hw-address = "b8:7b:d4:95:c6:74"; hw-address = "b8:7b:d4:95:c6:74";
ip-address = net.cidr.host 43 prefixes.lo.v4; ip-address = net.cidr.host 43 prefixes.lo.v4;
} }
{
# hass-panel
hw-address = "80:30:49:cd:d7:51";
ip-address = net.cidr.host 44 prefixes.lo.v4;
}
]; ];
} }
]; ];