From 3d85a2c08f785a9819d95dc366aa2be49b4ca63b Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 5 Aug 2020 20:34:28 +0400 Subject: [PATCH] update gpg-ssh-subkey --- modules/workspace/misc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workspace/misc.nix b/modules/workspace/misc.nix index 49a9be1..0e23a34 100644 --- a/modules/workspace/misc.nix +++ b/modules/workspace/misc.nix @@ -41,7 +41,7 @@ enable = true; enableSshSupport = true; pinentryFlavor = "gtk2"; - sshKeys = [ "2356C0BF89D7EF7B322FA06C54A95E8E018FEBD2" ]; + sshKeys = [ "E6A6377C3D0827C36428A290199FDB3B91414AFE" ]; }; programs.gpg.enable = true; home.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/gnupg/S.gpg-agent.ssh";