From 6de4c33f0aa18e57be9a5045cd679a6e2da38a37 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 May 2019 11:08:15 -0700 Subject: new strategy --- email.nix | 4 ++-- linux.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 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; }; diff --git a/linux.nix b/linux.nix index b3e62e0..ab96729 100644 --- a/linux.nix +++ b/linux.nix @@ -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 ''; }; }; -- cgit v1.2.3