From 42b2706505cf776ee4cbe05813bfee9eceb0a1c5 Mon Sep 17 00:00:00 2001 From: Den Afanasyev Date: Thu, 9 Oct 2025 00:19:50 +0000 Subject: [PATCH] wsl: ssh.exe for git --- wsl/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl/home.nix b/wsl/home.nix index e3f45f5..23e654b 100755 --- a/wsl/home.nix +++ b/wsl/home.nix @@ -33,7 +33,7 @@ enable = true; userName = "Den Afanasyev"; userEmail = "ceo@furry.industries"; - extraConfig = { core.sshcommand = "ssh.exe"; }; + extraConfig = { core.sshCommand = "ssh.exe"; }; }; zsh = {