services.cockroachdb.extraArgs

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "--advertise-addr"
  "[fe80::f6f2:::]"
]
declared in: nixos/modules/services/databases/cockroachdb.nixView source on NixOS/nixpkgs →