From 8a80f673c581934c5a7b88840f60d387e6304638 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 26 Nov 2025 15:49:49 +0100 Subject: [PATCH] home: ssh: disable deprecated default config --- home/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/ssh.nix b/home/ssh.nix index 12e11a2..5182bbf 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -18,6 +18,7 @@ in { config = mkIf cfg.enable { programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = let addGPGAgentForwarding = hostConf: