users#nrd: use pinentry-tty

This commit is contained in:
Timothy DeHerrera 2019-12-15 22:31:12 -07:00
parent 9cd09ff0fe
commit 211073068f
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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
'';
};
};