summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2024-01-18 22:01:15 +0100
committerstuebinm2024-01-18 22:01:15 +0100
commit2974892d2e9818b51bbea2ad6992b656ab597695 (patch)
treef51dc214ffda5c64ef77cabe99bc9f88efc5df5b /home/home.nix
parent3dc9003524d20827fa37ea69af07c68cb0f68b19 (diff)
update inputs
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";