update i[ address

This commit is contained in:
2025-06-07 22:18:51 -04:00
parent 87bebda02e
commit ac7aec4efd
6 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
networks = {
"10-1GB_Primary" = {
matchConfig.Name = "enp98s0f0";
address = [ "192.168.95.14/24" ];
routes = [ { Gateway = "192.168.95.1"; } ];
address = [ "192.168.99.14/24" ];
routes = [ { Gateway = "192.168.99.1"; } ];
linkConfig.RequiredForOnline = "routable";
};
"10-1GB_Secondary" = {