mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
efd73253e2
commit
ab254d473d
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ in
|
|||
mail_domain = host;
|
||||
mail_sendmailmode = "smtp";
|
||||
mail_smtpmode = "smtp";
|
||||
mail_smtphost = smtp.hostname;
|
||||
mail_smtphost = localhost;
|
||||
mail_smtpport = smtp.ports.port0;
|
||||
mail_smtpsecure = "";
|
||||
mail_smtpauth = false;
|
||||
mail_smtpauth = true;
|
||||
mail_smtpname = smtp.hostname;
|
||||
mail_from_address = "noreply";
|
||||
mail_smtppassword = config.sops.secrets."${service.name}-smtp".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue