hosts/ni: update networking setup

This commit is contained in:
Gabriel Arazas 2023-01-20 14:51:11 +08:00
parent a7515f20eb
commit 665e72d105

View File

@ -65,7 +65,10 @@
"40-bond1-dev2" = { "40-bond1-dev2" = {
matchConfig.Name = "wlp2s0"; matchConfig.Name = "wlp2s0";
networkConfig.Bond = "bond1"; networkConfig = {
Bond = "bond1";
IgnoreCarrierLoss = "15";
};
}; };
}; };
}; };