diff options
Diffstat (limited to 'lib')
-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 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; }; |