services.cassandra.extraConfig

NixOS option

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 in: nixos/modules/services/databases/cassandra.nixView source on NixOS/nixpkgs →