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;