From fc6f94b8122454682e93d0312e6b01009e1de083 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 28 Aug 2025 00:25:49 +0530 Subject: [PATCH] Fix ssh warning --- modules/home/all/ssh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";