wsl: use ssh.exe

This commit is contained in:
Den Afanasyev 2025-10-08 23:44:14 +00:00
parent b807b9d00d
commit 53b426435c
2 changed files with 4 additions and 3 deletions

View file

@ -10,6 +10,7 @@
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
wsl.defaultUser = "duumxh"; wsl.defaultUser = "duumxh";
wsl.interop.register = true;
programs.zsh.enable = true; programs.zsh.enable = true;

View file

@ -33,6 +33,7 @@
enable = true; enable = true;
userName = "Den Afanasyev"; userName = "Den Afanasyev";
userEmail = "ceo@furry.industries"; userEmail = "ceo@furry.industries";
extraConfig = { core.sshcommand = "ssh.exe"; };
}; };
zsh = { zsh = {
@ -68,7 +69,7 @@
source ~/.p10k.zsh source ~/.p10k.zsh
export TELEPORT_ADD_KEYS_TO_AGENT=no export TELEPORT_ADD_KEYS_TO_AGENT=no
export K9S_SKIN="transparent" export K9S_SKIN="transparent"
echo "Hey there raccoon! ƒª¥ƒìü" echo "Hey there raccoon!"
''; '';
#localVariables = {}; #localVariables = {};
@ -190,6 +191,5 @@
}; };
home-manager.enable = true; home-manager.enable = true;
}; };
} }