From a31a45ff27d41c4246032cf444568d3213850d6b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 17 Oct 2025 11:15:59 +0200 Subject: [PATCH] fix(ssh): ssh config warnings --- hm/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/ssh.nix b/hm/ssh.nix index c129f4f..e41b8c5 100644 --- a/hm/ssh.nix +++ b/hm/ssh.nix @@ -1,6 +1,7 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks."*" = { identityFile = "~/.ssh/id_ed25519"; compression = true;