enable ssh support in gnupg agent
This commit is contained in:
parent
413d6aa28b
commit
0c4507616f
|
@ -13,6 +13,7 @@
|
|||
# Manage secret (private) keys.
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue