diff options
author | stuebinm | 2024-01-18 22:01:15 +0100 |
---|---|---|
committer | stuebinm | 2024-01-18 22:01:15 +0100 |
commit | 2974892d2e9818b51bbea2ad6992b656ab597695 (patch) | |
tree | f51dc214ffda5c64ef77cabe99bc9f88efc5df5b /home | |
parent | 3dc9003524d20827fa37ea69af07c68cb0f68b19 (diff) |
update inputs
Diffstat (limited to 'home')
-rw-r--r-- | home/home.nix | 2 |
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"; |