MyNixOS website logo
option

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

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

A group named everyone will automatically be managed by Firezone.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  users = {
    name = "Users";
  };
}