diff --git a/hosts/idols-ai/default.nix b/hosts/idols-ai/default.nix index 7a219d22..cc59921d 100644 --- a/hosts/idols-ai/default.nix +++ b/hosts/idols-ai/default.nix @@ -36,10 +36,10 @@ in { systemd.network.networks."10-${iface}" = { matchConfig.Name = [iface]; networkConfig = { - DHCP = "ipv6"; # enable DHCPv6 only, so we can get a GUA. Address = [ipv4WithMask ipv6WithMask]; DNS = nameservers; - IPv6AcceptRA = true; + DHCP = "ipv6"; # enable DHCPv6 only, so we can get a GUA. + IPv6AcceptRA = true; # for Stateless IPv6 Autoconfiguraton (SLAAC) LinkLocalAddressing = "ipv6"; }; routes = [