fixing...

This commit is contained in:
Chris Kruining 2025-10-20 14:12:07 +00:00
parent e97f4f8015
commit d911f4d9c1

View file

@ -71,7 +71,7 @@ in
share = false; share = false;
files.masterKey = { deploy = true; secret = true; owner = "zitadel"; group = "zitadel"; mode = "0400"; }; files.masterKey = { deploy = true; secret = true; owner = "zitadel"; group = "zitadel"; mode = "0400"; };
files.initialAdminPassword = { deploy = false; secret = true; }; files.initialAdminPassword = { deploy = false; secret = false; };
files.emailPassword = { deploy = false; secret = true; }; files.emailPassword = { deploy = false; secret = true; };
runtimeInputs = with pkgs; [ pwgen ]; runtimeInputs = with pkgs; [ pwgen ];
@ -131,7 +131,7 @@ in
SMTP = { SMTP = {
Host = "black-mail.nl:587"; Host = "black-mail.nl:587";
User = "chris@kruining.eu"; User = "chris@kruining.eu";
Password = config.clan.core.vars.generators.zitadel.files.emailPassword.value; Password = ""; #config.clan.core.vars.generators.zitadel.files.emailPassword.value;
}; };
FromName = "Amarth Zitadel"; FromName = "Amarth Zitadel";
}; };