ops/nixos: fix lib/blade.nix

This commit is contained in:
Luke Granger-Brown 2021-02-10 23:39:36 +00:00
parent 270b461b97
commit 4a53baab51

View file

@ -45,7 +45,7 @@ in {
"enp4s0f0" "enp4s0f1" "enp4s0f0" "enp4s0f1"
]; ];
}; };
networking.bridges.br-ext = { bridges.br-ext = {
interfaces = [ "bond0" ]; interfaces = [ "bond0" ];
rstp = false; rstp = false;
}; };