nix: improve desktop responsiveness when updating the system
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
index 0e60f351d7208b0542c1b312da91bad84c4cdd86..372e596ff4f044dedcd28b159f9f18480703c3c3 100644 (file)
@@ -1,5 +1,5 @@
 {
   programs.ssh = {
-    forwardAgent = true;
+    forwardAgent = false;
   };
 }