services.cassandra.allowClients

NixOS option

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