services.zitadel.steps

Contents of the database initialization config file. See https://zitadel.com/docs/self-hosting/manage/configure for more details.

Type
YAML 1.1 value
Default
{ }
Example
{
  FirstInstance = {
    InstanceName = "Example";
    Org.Human = {
      UserName = "foobar";
      FirstName = "Foo";
      LastName = "Bar";
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/web-apps/zitadel.nix>