mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: update networking setup
This commit is contained in:
parent
a7515f20eb
commit
665e72d105
@ -65,7 +65,10 @@
|
||||
|
||||
"40-bond1-dev2" = {
|
||||
matchConfig.Name = "wlp2s0";
|
||||
networkConfig.Bond = "bond1";
|
||||
networkConfig = {
|
||||
Bond = "bond1";
|
||||
IgnoreCarrierLoss = "15";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user