diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index 1cfc923..6201514 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -2,8 +2,9 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; - # Note: More defined in juspay.nix + # Explicitly set default SSH configuration matchBlocks = { "*" = { addKeysToAgent = "yes";