services.mysql.galeraCluster.nodeAddresses

NixOS option

IP addresses or hostnames of all nodes in the cluster, including this node. This is used to construct the default clusterAddress connection string.

type: list of string
Default
[ ]
Example
["10.0.0.10" "10.0.0.20" "10.0.0.30"]
declared in: nixos/modules/services/databases/mysql.nixView source on NixOS/nixpkgs →