mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni/networking: update networking configuration
This commit is contained in:
parent
8c346a81fa
commit
e910c1d389
@ -111,11 +111,6 @@ in
|
||||
networkConfig.Bond = "bond1";
|
||||
};
|
||||
|
||||
systemd.network.networks."40-bond1-dev3" = {
|
||||
matchConfig.Name = "enp2s0";
|
||||
networkConfig.Bond = "bond1";
|
||||
};
|
||||
|
||||
systemd.network.networks."40-bond1-dev2" = {
|
||||
matchConfig.Name = "wlp4s0";
|
||||
networkConfig = {
|
||||
@ -161,7 +156,7 @@ in
|
||||
miimon = "100";
|
||||
mode = "active-backup";
|
||||
};
|
||||
interfaces = [ "enp2s0" "enp3s0" "wlp4s0" ];
|
||||
interfaces = [ "eno1" "enp3s0" "wlp4s0" ];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user