services.mimir.extraFlags

NixOS option

Specify a list of additional command line flags, which get escaped and are then passed to Mimir.

type: list of string
Default
[ ]
Example
[
  "--config.expand-env=true"
]
declared in: nixos/modules/services/monitoring/mimir.nixView source on NixOS/nixpkgs →