nix: update home-manager input
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
index 79340b06492796652380c7b08a8294b1fe22cc2e..372e596ff4f044dedcd28b159f9f18480703c3c3 100644 (file)
@@ -1,5 +1,5 @@
 {
-programs.ssh = {
-  forwardAgent = true;
-};
+  programs.ssh = {
+    forwardAgent = false;
+  };
 }