services.ntopng.configText

NixOS option

Overridable configuration file contents to use for ntopng. By default, use the contents automatically generated by NixOS.

type: strings concatenated with "\n"
Default
""
Example
''
  --interface=any
  --http-port=3000
  --disable-login
''
declared in: nixos/modules/services/networking/ntopng.nixView source on NixOS/nixpkgs →