mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: smtp test
This commit is contained in:
parent
468ecc909a
commit
2ede55a7ee
4 changed files with 14 additions and 24 deletions
|
@ -9,10 +9,7 @@ let
|
|||
inherit (flake.config.machines.devices)
|
||||
server
|
||||
;
|
||||
inherit (flake.config.services.instances)
|
||||
mastodon
|
||||
web
|
||||
;
|
||||
inherit (flake.config.services.instances) smtp mastodon web;
|
||||
service = mastodon;
|
||||
host = "${mastodon.subdomain}.${web.domains.url3}";
|
||||
localhost = web.localhost.address0;
|
||||
|
@ -109,9 +106,9 @@ in
|
|||
authenticate = true;
|
||||
createLocally = false;
|
||||
fromAddress = "upRootNutrition <${service.email.address0}>";
|
||||
host = "smtp.protonmail.ch";
|
||||
host = smtp.hostname;
|
||||
passwordFile = config.sops.secrets.mastodon-smtp.path;
|
||||
port = 587;
|
||||
port = smtp.ports.port0;
|
||||
user = service.email.address0;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue