services.firezone.server.clusterHosts

A list of components and their hosts that are part of this cluster. For a single-machine setup, the default value will be sufficient. This value will automatically set ERLANG_CLUSTER_ADAPTER_CONFIG.

The format is <COMPONENT_NAME>@<HOSTNAME>.

Type
list of string
Default
[
  "api@localhost.localdomain"
  "web@localhost.localdomain"
  "domain@localhost.localdomain"
]
Declared
<nixpkgs/nixos/modules/services/networking/firezone/server.nix>