mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nixos deprecated ipv6PrefixConfig
This commit is contained in:
parent
f85e117878
commit
7a3048c47e
1 changed files with 3 additions and 5 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue