diff options
-rw-r--r-- | email.nix | 4 | ||||
-rw-r--r-- | linux.nix | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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; }; @@ -193,8 +193,8 @@ in verbose = true; extraConfig = '' allow-emacs-pinentry - StreamLocalBindUnlink yes - RemoteForward /home/ben/.gnupg/S.gpg-agent /home/ben/.gnupg/S.gpg-agent.extra + # StreamLocalBindUnlink yes + # RemoteForward /home/ben/.gnupg/S.gpg-agent /home/ben/.gnupg/S.gpg-agent.extra ''; }; }; |