MyNixOS website logo
option

services.glances.extraArgs

Extra command-line arguments to pass to glances.

See https://glances.readthedocs.io/en/latest/cmds.html for all available options.

Declarations
Type
list of string
Default
[
  "--webserver"
]
Example
[
  "--webserver"
  "--disable-webui"
]