services.cassandra.allowClients
Enables or disables the native transport server (CQL binary protocol).
This server uses the same address as the rpcAddress,
but the port it uses is not rpc_port but
native_transport_port. See the official Cassandra
docs for more information on these variables and set them using
extraConfig.
- Type
boolean- Default
true- Declared
- <nixpkgs/nixos/modules/services/databases/cassandra.nix>