users#nrd: use pinentry-tty
This commit is contained in:
parent
9cd09ff0fe
commit
211073068f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ in
|
||||||
maxCacheTtlSsh = 60480000;
|
maxCacheTtlSsh = 60480000;
|
||||||
enableSshSupport = gpgEnableSsh;
|
enableSshSupport = gpgEnableSsh;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
pinentry-program ${pkgs.pinentry.curses}/bin/pinentry-curses
|
pinentry-program ${pkgs.pinentry.tty}/bin/pinentry-tty
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue