diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh.nix | 3 |
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" = { |