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" ];
wsl.defaultUser = "duumxh";
wsl.interop.register = true;
programs.zsh.enable = true;