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 = {
matchConfig.Name = "macvtaphost";
name = "macvtaphost";
address = [ "10.0.10.5/16" ];
DHCP = "ipv6";
DNS = [ "10.0.0.1" ];
Gateway = [ "10.0.0.1" ];
networkConfig = {
DHCP = "ipv6";
IPv6AcceptRA = true;
Address = "10.0.10.5/16";
DNS = [ "10.0.0.1" ];
Gateway = "10.0.0.1";
};
dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;