Add static IP for Daikin thermostat

This commit is contained in:
Greg Hellings
2025-01-01 03:04:08 -06:00
parent c44fc078a6
commit 8a5b075534
+7 -2
View File
@@ -2,7 +2,6 @@
lan,
iot,
lanIP,
iotIP,
routerIP,
}:
{
@@ -125,13 +124,19 @@
option-data = [
{
name = "domain-name-servers";
data = iotIP;
data = "1.0.0.1,1.1.1.1";
}
{
name = "routers";
data = "192.168.66.1";
}
];
reservations = [
{
hw-address = "d0:17:69:c6:09:49"; # Daikin
ip-address = "192.168.66.10";
}
];
}
];