services.firezone.server.clusterHosts

NixOS option

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