From 7b5b23ce295429a38ce2a6cf2af0c4dfc1ccba52 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 2 Jun 2025 17:41:18 +0800 Subject: [PATCH] docs: IPv6AcceptRA --- hosts/idols-ai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [