diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix index 692b3d7..2781f6f 100644 --- a/modules/home/ssh.nix +++ b/modules/home/ssh.nix @@ -3,6 +3,7 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = { "localhost" = { extraOptions.UserKnownHostsFile = "/dev/null";