Skip to content

Commit

Permalink
nixos/monica: fix email configuration bug (#366946)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Dec 31, 2024
2 parents 1c9a0c2 + 15eafd0 commit ae09407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20454,6 +20454,13 @@
githubId = 71049646;
keys = [ { fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; } ];
};
sehqlr = {
name = "Sam Hatfield";
email = "[email protected]";
matrix = "@sehqlr:matrix.org";
github = "sehqlr";
githubId = 2746852;
};
sei40kr = {
name = "Seong Yong-ju";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/monica.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ in {
DB_USERNAME = db.user;
MAIL_DRIVER = mail.driver;
MAIL_FROM_NAME = mail.fromName;
MAIL_FROM = mail.from;
MAIL_FROM_ADDRESS = mail.from;
MAIL_HOST = mail.host;
MAIL_PORT = mail.port;
MAIL_USERNAME = mail.user;
Expand Down

0 comments on commit ae09407

Please sign in to comment.