Secrets changed, ssh key, add new noreply email
This commit is contained in:
parent
04857582cf
commit
8f66c8bf92
14 changed files with 26 additions and 24 deletions
|
@ -24,7 +24,7 @@
|
|||
mail_from_address = "noreply";
|
||||
mail_smtpauth = "true";
|
||||
mail_smtpname = "noreply@nixfox.ca";
|
||||
mail_smtppassword = config.secrets.noreplyPassword;
|
||||
mail_smtppassword = config.secrets.mailPass.nixfoxNoReply;
|
||||
mail_smtpmode = "smtp";
|
||||
mail_smtpport = 587;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue