MyNixOS website logo
option

services.cassandra.extraConfig

Extra options to be merged into cassandra.yaml as nix attribute set.

Declarations
Type
attribute set
Default
{ }
Example
{
  commitlog_sync_batch_window_in_ms = 3;
}