ops/nixos: fix lib/blade.nix
This commit is contained in:
parent
270b461b97
commit
4a53baab51
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
||||||
"enp4s0f0" "enp4s0f1"
|
"enp4s0f0" "enp4s0f1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
networking.bridges.br-ext = {
|
bridges.br-ext = {
|
||||||
interfaces = [ "bond0" ];
|
interfaces = [ "bond0" ];
|
||||||
rstp = false;
|
rstp = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue