summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix
index 9b9f49b..a0dc160 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -23,7 +23,7 @@ in {
}) [ 10 30 100 255 ]);
networking.bonds.bond0 = {
- interfaces = [ "eno1" ];
+ interfaces = [ "eno1" "eno2" ];
driverOptions = {
miimon = "1000";
mode = "balance-rr";