diff options
author | Ben Sima <ben@bsima.me> | 2021-10-14 16:17:13 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-10-14 16:17:13 -0400 |
commit | f5d52594929be1a6d3c86cfc5bf3fe1511676955 (patch) | |
tree | 0f09b49a0f6be2824c0160748569ad621722d66e /lib/email.nix | |
parent | e68cb39f71dbb7205aef075b7106f04bdd2a74ff (diff) |
get minimal mutt working
Diffstat (limited to 'lib/email.nix')
-rw-r--r-- | lib/email.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/email.nix b/lib/email.nix index cfeb423..831d52b 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -43,7 +43,7 @@ in expunge = "none"; }; notmuch.enable = true; - passwordCommand = "${pkgs.coreutils}/bin/cat ~/keybase/private/bsima/ben@simatime.com"; + passwordCommand = "${pkgs.coreutils}/bin/cat ~/private/ben@simatime.com"; msmtp.enable = true; }; |