services.babeld.interfaces

NixOS option

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

type: attribute set of attribute set of unspecified value
Default
{ }
Example
{
  enp0s2 = {
    hello-interval = 5;
    split-horizon = "auto";
    type = "wired";
  };
}
declared in: nixos/modules/services/networking/babeld.nixView source on NixOS/nixpkgs →