summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/email.nix b/email.nix
index 3939815..522437f 100644
--- a/email.nix
+++ b/email.nix
@@ -42,7 +42,7 @@ in
};
notmuch.enable = true;
msmtp.enable = true;
- passwordCommand = "pass bnet/helium/mail/ben";
+ passwordCommand = "cat ~/keybase/private/bsima/ben@bsima.me";
};
"ben@simatime.com" = {
@@ -68,7 +68,7 @@ in
expunge = "none";
};
notmuch.enable = true;
- passwordCommand = "pass simatime/mail/ben";
+ passwordCommand = "cat ~/keybase/private/bsima/ben@simatime.com";
msmtp.enable = true;
};