Add machines to dhcp.

This commit is contained in:
Tom Alexander
2023-08-02 16:48:09 -04:00
parent ff02354107
commit fb9d5e2043
2 changed files with 11 additions and 1 deletions

View File

@@ -68,6 +68,16 @@
// public_dns
"hw-address": "58:9c:fc:10:ff:80",
"ip-address": "10.215.1.211"
},
{
// persistent_volume
"hw-address": "58:9c:fc:00:23:7e",
"ip-address": "10.215.1.212"
},
{
// brianai
"hw-address": "06:a6:dc:59:78:12",
"ip-address": "10.215.1.215"
}
]
}