services.lldpd.extraArgs

NixOS option

List of command line parameters for lldpd

type: list of string
Default
[ ]
Example
[
  "-c"
  "-k"
  "-I eth0"
]
declared in: nixos/modules/services/networking/lldpd.nixView source on NixOS/nixpkgs →