services.babeld.interfaces
NixOS option
A set describing babeld interfaces. See babeld(8) for options.
type: attribute set of attribute set of unspecified valueDefault
{ }Example
declared in: nixos/modules/services/networking/babeld.nixView source on NixOS/nixpkgs →{
enp0s2 = {
hello-interval = 5;
split-horizon = "auto";
type = "wired";
};
}