services.alloy.extraFlags

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
<nixpkgs/nixos/modules/services/monitoring/alloy.nix>