MyNixOS website logo
option

networking.bonds.<name>.driverOptions

Options for the bonding driver. Documentation can be found in https://www.kernel.org/doc/Documentation/networking/bonding.txt.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  miimon = "100";
  mode = "active-backup";
}