From b176c83374f79081be945830badc5c7f132d39d9 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 17 Nov 2019 13:34:13 -0500 Subject: [PATCH] Fixing mac pinentry --- home-mac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-mac.nix b/home-mac.nix index 533ae6b..143040a 100644 --- a/home-mac.nix +++ b/home-mac.nix @@ -6,7 +6,7 @@ home.file.gpg-agent = { target = ".gnupg/gpg-agent.conf"; text = '' - pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/bin/pinentry + pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac default-cache-ttl 86400 max-cache-ttl 86400 '';