This commit is contained in:
2023-02-19 15:30:37 -05:00
parent 0d6bd6fce6
commit 5fec811ff7

View File

@@ -39,7 +39,7 @@ systemd.user.services.ssh-proxy = {
setsid ${pkgs.socat}/bin/socat UNIX-LISTEN:/tmp/.ssh-sock,fork EXEC:"/mnt/c/Windows/system32/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork
''}";
};
WantedBy = [ "default.target" ];
wantedBy = [ "default.target" ];
};