summaryrefslogtreecommitdiff
path: root/lib/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-16 09:17:54 -0500
committerBen Sima <ben@bsima.me>2021-01-16 09:17:54 -0500
commitf6ecccfa1542076ac72507790a6dd9cd0c8a9bbf (patch)
treee79ab353b4b2027182bb2d2b33cd29243609751e /lib/email.nix
parent37be4f0fb76b75902745a4d7d7cd4ae29e0ea070 (diff)
update email stuff
Diffstat (limited to 'lib/email.nix')
-rw-r--r--lib/email.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/email.nix b/lib/email.nix
index 449e3d8..cfeb423 100644
--- a/lib/email.nix
+++ b/lib/email.nix
@@ -43,7 +43,7 @@ in
expunge = "none";
};
notmuch.enable = true;
- passwordCommand = "cat ~/keybase/private/bsima/ben@simatime.com";
+ passwordCommand = "${pkgs.coreutils}/bin/cat ~/keybase/private/bsima/ben@simatime.com";
msmtp.enable = true;
};