MyNixOS website logo
option

services.babeld.interfaces

A set describing babeld interfaces. See babeld(8) for options.

Declarations
Type
attribute set of attribute set of unspecified value
Default
{ }
Example
{
  enp0s2 = {
    hello-interval = 5;
    split-horizon = "auto";
    type = "wired";
  };
}