feat(mgmt): Use IPv6 instead of IPv4

This commit is contained in:
catvayor 2024-04-06 19:18:56 +02:00 committed by katvayor
parent adb1690b08
commit 026653218f

View file

@ -43,7 +43,7 @@ in
};
"10-${vlanAdmin}" = {
name = vlanAdmin;
address = [ "10.0.0.1/16" ];
address = [ "fd26:baf9:d250:8000::1/64" ];
};
};
netdevs = {