mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(meiling): netmask
This commit is contained in:
parent
b70430a4a6
commit
ceea71c77a
10 changed files with 137 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
access,
|
||||
systemConfig,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkDefault;
|
||||
|
|
@ -21,7 +22,7 @@ in {
|
|||
};
|
||||
ipv6Prefixes = [
|
||||
{
|
||||
Prefix = "fd0c::/64";
|
||||
Prefix = "${systemConfig.network.networks.int.slaac.prefix}:/64";
|
||||
Assign = true;
|
||||
Token = config.ipv6AcceptRAConfig.Token;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue