gpg: update keys and use gpg for ssh
This commit is contained in:
parent
5a6b0ea972
commit
3cf5c93efa
3 changed files with 4 additions and 2 deletions
home
|
@ -27,6 +27,7 @@ with pkgs;
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
extraConfig = ''
|
||||
pinentry-program ${pkgs.pinentry-gnome}/bin/pinentry-gnome3
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue