From 9d00cce86d1679aa5bb10d25667d71fa881ccbfb Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Tue, 28 Sep 2021 01:51:25 +0300 Subject: [PATCH] add new ssh key to gpg-agent --- profiles/workspace/gpg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/workspace/gpg.nix b/profiles/workspace/gpg.nix index bf9909a..f6cfd97 100644 --- a/profiles/workspace/gpg.nix +++ b/profiles/workspace/gpg.nix @@ -11,6 +11,7 @@ pinentryFlavor = "gtk2"; sshKeys = [ "7A7130ABF128CC2C32B3D6AD27515056B0193CE1" + "E6A6377C3D0827C36428A290199FDB3B91414AFE" ]; }; };