forked from DGNum/infrastructure
feat(mgmt): Use IPv6 instead of IPv4
This commit is contained in:
parent
adb1690b08
commit
026653218f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in
|
|||
};
|
||||
"10-${vlanAdmin}" = {
|
||||
name = vlanAdmin;
|
||||
address = [ "10.0.0.1/16" ];
|
||||
address = [ "fd26:baf9:d250:8000::1/64" ];
|
||||
};
|
||||
};
|
||||
netdevs = {
|
||||
|
|
Loading…
Reference in a new issue