fix(mail): fix config

This commit is contained in:
Felix Schröter 2024-01-14 18:05:03 +01:00
parent 7d74344b15
commit 2df216d7c4
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ in {
method = "email"; method = "email";
email.mailTo = "admin@felschr.com"; email.mailTo = "admin@felschr.com";
email.mailFrom = email.mailFrom =
"${config.networking.hostName} <${config.msmtp.accounts.default.from}>"; "${config.networking.hostName} <${config.programs.msmtp.accounts.default.from}>";
}; };
# only change this when specified in release notes # only change this when specified in release notes

View file

@ -21,7 +21,7 @@ let
}]; }];
}; };
smtpAccount = config.msmtp.accounts.default; smtpAccount = config.programs.msmtp.accounts.default;
in { in {
age.secrets.authelia-jwt = { age.secrets.authelia-jwt = {
file = ../secrets/authelia/jwt.age; file = ../secrets/authelia/jwt.age;