mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 10:30:52 -06:00
feat: infinitely expansible microvms
This commit is contained in:
parent
a92229390e
commit
4c767d369f
55 changed files with 1089 additions and 1015 deletions
|
|
@ -52,7 +52,7 @@ in
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = smtpCfg.interface.interface1.domain;
|
||||
SMTP_ADDR = smtpCfg.interfaces.interface1.domain;
|
||||
FROM = smtpCfg.interfaces.interface1.email;
|
||||
USER = smtpCfg.interfaces.interface1.email;
|
||||
PROTOCOL = "smtp+starttls";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue