pumpkin: wireshark: enable
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
index 0e60f351d7208b0542c1b312da91bad84c4cdd86..8a52745dcd19fc588d80c4a19065e1cfba750796 100644 (file)
@@ -1,5 +1,6 @@
+{ lib, ... }:
 {
   programs.ssh = {
-    forwardAgent = true;
+    forwardAgent = lib.mkDefault false;
   };
 }