This commit is contained in:
2023-02-23 11:51:11 -05:00
parent 1d0227f62a
commit a534ae3392

View File

@@ -101,7 +101,8 @@ programs = {
};
};
systemd.user.services.ssh-proxy = {
systemd.user.services.ssh-proxy = mkIf config.wsl.enable {
Unit = { Description = "WSL Proxy"; };
Service = {
ExecStart = "${pkgs.writeShellScript "start-proxy" ''