MyNixOS website logo
option

services.cockroachdb.extraArgs

Extra CLI arguments passed to cockroach start. For the full list of supported arguments, check https://www.cockroachlabs.com/docs/stable/cockroach-start.html#flags.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--advertise-addr"
  "[fe80::f6f2:::]"
]