services.cassandra.extraConfig
NixOS option
Extra options to be merged into cassandra.yaml as nix attribute set.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/databases/cassandra.nixView source on NixOS/nixpkgs →{
commitlog_sync_batch_window_in_ms = 3;
}