From 3aca8a938c36e49787e53b58cfa74214f407da40 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 5 Oct 2017 19:54:09 +0200 Subject: [PATCH] gpg-agent: use full path to `gpg-connect-agent` --- modules/services/gpg-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index 4f1dd5f2..9f4a9b54 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -9,7 +9,7 @@ let gpgInitStr = '' GPG_TTY="$(tty)" export GPG_TTY - gpg-connect-agent updatestartuptty /bye > /dev/null + ${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye > /dev/null ''; in