Add DHCP pool support.

This commit is contained in:
Yaro Kasear 2026-05-01 13:33:44 -05:00
parent f35e402b4d
commit bf6ba269af
3 changed files with 141 additions and 39 deletions

View file

@ -5,7 +5,7 @@
cloud = {
domain = "kasear.net";
networks.default.subnets = {
networks.cloud.subnets = {
dmz.hosts = {
eris = {
role = "router";
@ -47,7 +47,7 @@
norfolk = {
domain = "kasear.net";
networks.default.subnets = {
networks.norfolk.subnets = {
dmz.hosts = {
io = {
role = "router";