services.fastnetmon-advanced.settings

NixOS option

Extra configuration options to declaratively load into FastNetMon Advanced. See the FastNetMon Advanced Configuration options reference for more details.

type: YAML 1.1 value
Default
{ }
Example
{
  networks_list = [ "192.0.2.0/24" ];
  gobgp = true;
  gobgp_flow_spec_announces = true;
}
declared in: nixos/modules/services/networking/fastnetmon-advanced.nixView source on NixOS/nixpkgs →