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

@ -12,7 +12,8 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
sshKeys = [ "4AE1DDE05F4BB6C8E220501F1336A98E89836D90" ];
# use auth subkey's keygrip: gpg2 -K --with-keygrip
sshKeys = [ "3C48489F3B0FBB44E72180D4B1D7541C201C9987" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryFlavor = "curses";