services.cassandra.extraConfig
Extra options to be merged into cassandra.yaml as nix attribute set.
- Type
attribute set- Default
{ }- Example
{ commitlog_sync_batch_window_in_ms = 3; }- Declared
- <nixpkgs/nixos/modules/services/databases/cassandra.nix>
Extra options to be merged into cassandra.yaml as nix attribute set.
attribute set{ }{
commitlog_sync_batch_window_in_ms = 3;
}