mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix(meiling): netmask
This commit is contained in:
parent
b70430a4a6
commit
ceea71c77a
10 changed files with 137 additions and 21 deletions
|
|
@ -19,7 +19,9 @@
|
|||
enable = true;
|
||||
prefix = "fd0a:";
|
||||
};
|
||||
int.slaac.prefix = "fd0c:";
|
||||
int.slaac.prefix =
|
||||
if systemConfig.proxmox.node.name == "meiling" then "fd0c:0:0:2:"
|
||||
else "fd0c:";
|
||||
global.domain = systemConfig.access.domain;
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue