ep1: add static ips
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-11-21 19:55:50 +00:00
parent 51a849b9c8
commit 6ee3e2f095

View File

@ -177,6 +177,18 @@
ipAddress = "10.64.50.22";
hostName = "syncbox";
}
{
# bedroom-everything-presence-one
ethernetAddress = "40:22:d8:e0:1d:50";
ipAddress = "10.239.19.2";
hostName = "bedroom-everything-presence-one";
}
{
# living-room-everything-presence-one
ethernetAddress = "40:22:d8:e0:0f:78";
ipAddress = "10.239.19.3";
hostName = "living-room-everything-presence-one";
}
];
};
};