services.zitadel.steps
NixOS option
Contents of the database initialization config file. See https://zitadel.com/docs/self-hosting/manage/configure for more details.
type: YAML 1.1 valueDefault
{ }Example
declared in: nixos/modules/services/web-apps/zitadel.nixView source on NixOS/nixpkgs →{
FirstInstance = {
InstanceName = "Example";
Org.Human = {
UserName = "foobar";
FirstName = "Foo";
LastName = "Bar";
};
};
}