hosts/ni/networking: update networking configuration

This commit is contained in:
Gabriel Arazas 2024-11-19 19:10:12 +08:00
parent 8c346a81fa
commit e910c1d389
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -111,11 +111,6 @@ in
networkConfig.Bond = "bond1"; networkConfig.Bond = "bond1";
}; };
systemd.network.networks."40-bond1-dev3" = {
matchConfig.Name = "enp2s0";
networkConfig.Bond = "bond1";
};
systemd.network.networks."40-bond1-dev2" = { systemd.network.networks."40-bond1-dev2" = {
matchConfig.Name = "wlp4s0"; matchConfig.Name = "wlp4s0";
networkConfig = { networkConfig = {
@ -161,7 +156,7 @@ in
miimon = "100"; miimon = "100";
mode = "active-backup"; mode = "active-backup";
}; };
interfaces = [ "enp2s0" "enp3s0" "wlp4s0" ]; interfaces = [ "eno1" "enp3s0" "wlp4s0" ];
}; };
}) })