diff --git a/modules/home-manager/ssh.nix b/modules/home-manager/ssh.nix index 22f3666..2c48548 100644 --- a/modules/home-manager/ssh.nix +++ b/modules/home-manager/ssh.nix @@ -5,6 +5,7 @@ }: { programs.ssh = { enable = true; + enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning matchBlocks."*" = { # equivalent to the default config forwardAgent = false;