gpg: update keys and use gpg for ssh

This commit is contained in:
Felix Schröter 2020-07-12 17:26:32 +02:00
parent 5a6b0ea972
commit 3cf5c93efa
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,7 @@ with pkgs;
services.gpg-agent = {
enable = true;
enableSshSupport = true;
extraConfig = ''
pinentry-program ${pkgs.pinentry-gnome}/bin/pinentry-gnome3
'';