From d0fec282af6fb1ad21d930687621294947a0093b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 10 Feb 2026 17:57:25 -0700 Subject: [PATCH] Fix some warnings --- modules/home/ssh.nix | 1 + 1 file changed, 1 insertion(+) 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";