MyNixOS website logo
option

services.firezone.server.provision.accounts.<name>.relayGroups

All relay groups to provision. The attribute name will only be used to track the relay group and does not have any significance for Firezone.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  my-relays = {
    name = "My Relays";
  };
}