From 83b599cd5bf4cc62e411c3f393744d19858cb740 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 15:29:10 +0900 Subject: [PATCH] Add GPG agent support to SSH --- services/openssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/openssh.nix b/services/openssh.nix index 236b8060..637e5793 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -39,4 +39,7 @@ ''; }; + + # Enable GPG Agent support: + programs.gnupg.agent.enableSSHSupport = "true" } \ No newline at end of file