MyNixOS website logo
option

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

All actors (users) to provision. The attribute name will only be used to track the actor and does not have any significance for Firezone.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  admin = {
    email = "[email protected]";
    name = "Admin";
    type = "account_admin_user";
  };
}