nixos-module/server/network: enable proper lacp

This commit is contained in:
Astro 2021-04-05 01:17:01 +02:00
parent 9fe5709976
commit 7da882f324
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ in
Kind = "bond";
Name = "bond0";
};
bond0.bondConfig.Mode = "802.3ad";
} // (
builtins.foldl' (result: net: result // {
"${net}".netdevConfig = {