mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-01 18:11:56 +00:00
sync
This commit is contained in:
@@ -106,7 +106,7 @@ programs = {
|
|||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
||||||
rm -f /home/sstent/.ssh/wsl-ssh-agent.sock
|
rm -f /home/sstent/.ssh/wsl-ssh-agent.sock
|
||||||
setsid ${pkgs.socat}/bin/socat UNIX-LISTEN:/home/sstent/.ssh/wsl-ssh-agent.sock,fork EXEC:"${pkgs.npiperelay}/bin/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork
|
${pkgs.socat}/bin/socat UNIX-LISTEN:/home/sstent/.ssh/wsl-ssh-agent.sock,fork EXEC:"${pkgs.npiperelay}/bin/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork
|
||||||
''}";
|
''}";
|
||||||
};
|
};
|
||||||
#Install = { WantedBy = [ "default.target" ]; };
|
#Install = { WantedBy = [ "default.target" ]; };
|
||||||
|
|||||||
Reference in New Issue
Block a user