router: statically allocate zigbee bridge ip
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-05-11 18:15:56 +01:00
parent c69b37f0fd
commit 90adb4f7f4

View File

@ -137,6 +137,14 @@
option domain-name-servers 1.1.1.1, 8.8.8.8;
}
'';
machines = [
{
# Zigbee Bridge
ethernetAddress = "48:3f:da:2a:86:7a";
ipAddress = "10.239.19.40";
hostName = "tasmota-2A867A-1658";
}
];
};
};