services.glances.extraArgs

NixOS option

Extra command-line arguments to pass to glances. See https://glances.readthedocs.io/en/latest/cmds.html for all available options.

type: list of string
Default
[
  "--webserver"
]
Example
[
  "--webserver"
  "--disable-webui"
]
declared in: nixos/modules/services/monitoring/glances.nixView source on NixOS/nixpkgs →