From 211073068f722714bf0351cfe3343e046a77bb3a Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 15 Dec 2019 22:31:12 -0700 Subject: [PATCH] users#nrd: use pinentry-tty --- users/nrd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/nrd.nix b/users/nrd.nix index 498c7111..1bb1c3d0 100644 --- a/users/nrd.nix +++ b/users/nrd.nix @@ -121,7 +121,7 @@ in maxCacheTtlSsh = 60480000; enableSshSupport = gpgEnableSsh; extraConfig = '' - pinentry-program ${pkgs.pinentry.curses}/bin/pinentry-curses + pinentry-program ${pkgs.pinentry.tty}/bin/pinentry-tty ''; }; };