services.cassandra.seedAddresses

NixOS option

The addresses of hosts designated as contact points in the cluster. A joining node contacts one of the nodes in the seeds list to learn the topology of the ring. Set to [ "127.0.0.1" ] for a single node cluster.

type: list of string
Default
[
  "127.0.0.1"
]
declared in: nixos/modules/services/databases/cassandra.nixView source on NixOS/nixpkgs →