services.alloy.extraFlags

NixOS option

Extra command-line flags passed to alloy run. See https://grafana.com/docs/alloy/latest/reference/cli/run/

type: list of string
Default
[ ]
Example
[
  "--server.http.listen-addr=127.0.0.1:12346"
  "--disable-reporting"
]
declared in: nixos/modules/services/monitoring/alloy.nixView source on NixOS/nixpkgs →