Auto-commit: 2026-01-07 11:02:13

This commit is contained in:
2026-01-07 11:02:13 +00:00
parent ded59b96a0
commit 3497d430db

View File

@@ -35,13 +35,13 @@ Mode=bridge
}; };
macvtaphost = { macvtaphost = {
matchConfig.Name = "macvtaphost"; name = "macvtaphost";
networkConfig = { address = [ "10.0.10.5/16" ];
DHCP = "ipv6"; DHCP = "ipv6";
IPv6AcceptRA = true;
Address = "10.0.10.5/16";
DNS = [ "10.0.0.1" ]; DNS = [ "10.0.0.1" ];
Gateway = "10.0.0.1"; Gateway = [ "10.0.0.1" ];
networkConfig = {
IPv6AcceptRA = true;
}; };
dhcpV4Config.UseDNS = false; dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false; dhcpV6Config.UseDNS = false;