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
a4e6bb82c6
commit
21ff52ad7d
1 changed files with 2 additions and 3 deletions
|
@ -53,8 +53,8 @@ in
|
|||
mail_sendmailmode = "smtp";
|
||||
mail_smtpmode = "smtp";
|
||||
mail_smtphost = smtp.hostname;
|
||||
mail_smtpport = 587; # smtp.ports.port0;
|
||||
mail_smtpsecure = "ssl";
|
||||
mail_smtpport = smtp.ports.port0;
|
||||
mail_smtpsecure = "";
|
||||
mail_smtpauth = true;
|
||||
mail_smtpname = service.email.address0;
|
||||
mail_smtppassword = config.sops.secrets."${service.name}-smtp".path;
|
||||
|
@ -139,7 +139,6 @@ in
|
|||
allowedTCPPorts = [
|
||||
nginx.ports.port0
|
||||
service.ports.port0
|
||||
587
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue