MyNixOS website logo
option

services.alloy.extraFlags

Extra command-line flags passed to alloy run.

See https://grafana.com/docs/alloy/latest/reference/cli/run/

Declarations
Type
list of string
Default
[ ]
Example
[
  "--server.http.listen-addr=127.0.0.1:12346"
  "--disable-reporting"
]