diff --git a/modules/clan/gw-router/dns-dhcp.nix b/modules/clan/gw-router/dns-dhcp.nix index 22ffb77..e570f86 100644 --- a/modules/clan/gw-router/dns-dhcp.nix +++ b/modules/clan/gw-router/dns-dhcp.nix @@ -30,7 +30,7 @@ hostname = host; hw-address = res.hwAddress; ip-address = res.ipAddress; - }) vlan.dhcp.reservations; + }) vlan.dhcp.fixedIPs; option-data = [ { name = "routers";