services.zookeeper.servers
NixOS option
All Zookeeper Servers.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/misc/zookeeper.nixView source on NixOS/nixpkgs →'' server.0=host0:2888:3888 server.1=host1:2888:3888 server.2=host2:2888:3888 ''