Change network config for 3rd interface (probably bmc)
This commit is contained in:
parent
b4eb3656f4
commit
76bac23e23
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
systemd.network.networks = {
|
systemd.network.networks = {
|
||||||
"00-bondage" = {
|
"00-bondage" = {
|
||||||
name = "en*";
|
name = "eno*";
|
||||||
networkConfig.Bond = "bond0";
|
networkConfig.Bond = "bond0";
|
||||||
};
|
};
|
||||||
bond0 = {
|
bond0 = {
|
||||||
|
|
Loading…
Reference in a new issue