From ba4ce9693f771ddb00c14414fb4db4404f364ced Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Fri, 28 Feb 2020 12:30:02 +0300 Subject: [PATCH] Update modules/workspace/misc.nix --- modules/workspace/misc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/workspace/misc.nix b/modules/workspace/misc.nix index 9de0545..794021a 100644 --- a/modules/workspace/misc.nix +++ b/modules/workspace/misc.nix @@ -37,6 +37,8 @@ services.gpg-agent = { enable = true; enableSshSupport = true; + pinentryFlavor = "qt"; + sshKeys = [ "0819BD05AB506F55109B8418B7809DF496AD3C7B" ]; }; programs.gpg.enable = true; systemd.user.sockets.gpg-agent = lib.mkForce { };