fix(mail): fix config
This commit is contained in:
parent
7d74344b15
commit
2df216d7c4
2 changed files with 2 additions and 2 deletions
services
|
@ -21,7 +21,7 @@ let
|
|||
}];
|
||||
};
|
||||
|
||||
smtpAccount = config.msmtp.accounts.default;
|
||||
smtpAccount = config.programs.msmtp.accounts.default;
|
||||
in {
|
||||
age.secrets.authelia-jwt = {
|
||||
file = ../secrets/authelia/jwt.age;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue