chore: update gpg & ssh keys

This commit is contained in:
Felix Schröter 2022-01-20 17:00:17 +01:00
parent 1ea55be7ac
commit b6ed428886
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 13 additions and 5 deletions

View file

@ -24,7 +24,8 @@ with pkgs; {
services.gpg-agent = {
enable = true;
enableSshSupport = true;
sshKeys = [ "967EC4516D18D0E1211FCFC38B1CAF89FF627FCA" ];
# use auth subkey's keygrip: gpg2 -K --with-keygrip
sshKeys = [ "8A6213DCDAF86BD3A63549FCFDF71B2C92DAE02C" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryFlavor = "gnome3";