chore: nixos deprecated ipv6PrefixConfig

This commit is contained in:
arcnmx 2024-06-13 14:56:27 -07:00
parent f85e117878
commit 7a3048c47e

View file

@ -21,11 +21,9 @@ in {
}; };
ipv6Prefixes = [ ipv6Prefixes = [
{ {
ipv6PrefixConfig = { Prefix = "fd0c::/64";
Prefix = "fd0c::/64"; Assign = true;
Assign = true; Token = config.ipv6AcceptRAConfig.Token;
Token = config.ipv6AcceptRAConfig.Token;
};
} }
]; ];
}; };