Skip to content

Commit

Permalink
Fixed the Monica email configuration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sehqlr committed Dec 20, 2024
1 parent 78398b0 commit 15eafd0
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 @@ -20347,6 +20347,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 15eafd0

Please sign in to comment.