fix(mail): fix config
This commit is contained in:
parent
7d74344b15
commit
2df216d7c4
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue