From e58ff4fed1043d8e527e874f9ab4913a3611605e Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 09:32:53 +0200 Subject: [PATCH] ssh: addressed evaluation warning --- modules/home-manager/ssh.nix | 1 + 1 file changed, 1 insertion(+) 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;