This commit is contained in:
Chris Kruining 2025-09-18 11:03:22 +02:00
parent 48ab7eb8a6
commit a2433b3440
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -29,7 +29,7 @@ in
displayName = mkOption { displayName = mkOption {
type = types.str; type = types.str;
example = "auth.example.com"; example = "My awesome org";
description = '' description = ''
The Name of the zitadel organisation The Name of the zitadel organisation
''; '';
@ -91,7 +91,7 @@ in
Address = "chris@kruining.eu"; Address = "chris@kruining.eu";
Verified = true; Verified = true;
}; };
Password = config.clan.core.vars.generators.zitadel.initialAdminPassword.value; Password = config.clan.core.vars.generators.zitadel.files.initialAdminPassword.value;
}; };
}; };
}; };