From a2cab930051ba0a151cd800f33b5c826b4253466 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Thu, 20 Jul 2023 22:45:04 +0100 Subject: [PATCH] gpg: ssh support --- home/gpg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gpg.nix b/home/gpg.nix index a6de8d5..9fa001d 100644 --- a/home/gpg.nix +++ b/home/gpg.nix @@ -25,6 +25,7 @@ # Shouldn't have an effect on macos, on linux we need to specify a pinentry services.gpg-agent = { enable = true; + enableSshSupport = true; pinentryFlavor = "qt"; # for plasma }; }