summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-09-05 20:33:13 -0400
committerBen Sima <ben@bsima.me>2023-09-05 20:33:13 -0400
commitae11072863bd35f830dec37655b373ef9a03f158 (patch)
tree3ea4479527ec636f4b0255a8ed0372655d47266b
parent989f0eab73cb31d7556bc5b9a049e3048c549a82 (diff)
this doesn't work
Change-Id: I56f36079c5f9b7be67fb2115e821e1fe0f1834e3
-rw-r--r--lib/ssh.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh.nix b/lib/ssh.nix
index 41c531c..452f810 100644
--- a/lib/ssh.nix
+++ b/lib/ssh.nix
@@ -8,7 +8,8 @@ in {
enable = true;
forwardAgent = true;
extraConfig = ''
- RemoteForward %d/.gnupg/S.gpg-agent ''${HOME}/.gnupg/S.gpg-agent.extra
+ # this never works, i just get a warning when i ssh
+ # RemoteForward %d/.gnupg/S.gpg-agent ''${HOME}/.gnupg/S.gpg-agent.extra
'';
matchBlocks = {
"github.com" = {