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: