summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix
index a924ab9..c5962df 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -276,7 +276,7 @@
};
programs.ssh = {
- forwardAgent = true;
+ # forwardAgent = true;
enable = true;
matchBlocks = let
keydir = config.home.homeDirectory + "/.ssh";