From befd4cdbab64e136a2d75844c6e3e19e956264e6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 15:29:44 +0900 Subject: [PATCH] Add GPG agent support to SSH --- services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index 637e5793..cb03b0f5 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -41,5 +41,5 @@ }; # Enable GPG Agent support: - programs.gnupg.agent.enableSSHSupport = "true" + programs.gnupg.agent.enableSSHSupport = "true"; } \ No newline at end of file