services.ntopng.interfaces

NixOS option

List of interfaces to monitor. Use “any” to monitor all interfaces.

type: list of string
Default
[
  "any"
]
Example
[
  "eth0"
  "wlan0"
]
declared in: nixos/modules/services/networking/ntopng.nixView source on NixOS/nixpkgs →