summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-01-04 16:08:17 -0600
committerAlejandro Soto <alejandro@34project.org>2025-01-04 16:08:17 -0600
commit635f65c7ba087cd06eadaefd71472ce8b78ec80a (patch)
tree532174b61235687a5a31d8f3cf18dcf72efe8d9f /sys
parentac432d1ed776882cf0babe966bc56827afa641bd (diff)
sys/nspawn/dmz: restore IPv4 private subnet for DMZ
Diffstat (limited to '')
-rw-r--r--sys/nspawn/dmz.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nspawn/dmz.nix b/sys/nspawn/dmz.nix
index 614d023..6c006d1 100644
--- a/sys/nspawn/dmz.nix
+++ b/sys/nspawn/dmz.nix
@@ -126,6 +126,7 @@ in
name = "host0";
networkConfig = {
+ DHCP = "ipv4";
IPv6AcceptRA = "yes";
LinkLocalAddressing = "ipv6";
};