cassandra
Options
Section titled “Options”services.cassandra.enable
Section titled “services.cassandra.enable”Whether to enable Add Cassandra process script…
Type: boolean
Default:
falseExample:
trueDeclared by:
services.cassandra.package
Section titled “services.cassandra.package”Which version of Cassandra to use
Type: package
Default:
pkgs.cassandra_4Example:
pkgs.cassandra_4;Declared by:
services.cassandra.allowClients
Section titled “services.cassandra.allowClients”Enables or disables the native transport server (CQL binary protocol)
Type: boolean
Default:
trueDeclared by:
services.cassandra.clusterName
Section titled “services.cassandra.clusterName”The name of the cluster
Type: string
Default:
"Test Cluster"Declared by:
services.cassandra.extraConfig
Section titled “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 by:
services.cassandra.jvmOpts
Section titled “services.cassandra.jvmOpts”Options to pass to the JVM through the JVM_OPTS environment variable
Type: list of string
Default:
[ ]Declared by:
services.cassandra.listenAddress
Section titled “services.cassandra.listenAddress”Listen address
Type: string
Default:
"127.0.0.1"Example:
"127.0.0.1"Declared by:
services.cassandra.seedAddresses
Section titled “services.cassandra.seedAddresses”The addresses of hosts designated as contact points of the cluster
Type: list of string
Default:
[ "127.0.0.1"]Declared by:

