services.ntopng.configText

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
<nixpkgs/nixos/modules/services/networking/ntopng.nix>