This commit is contained in:
2023-02-19 15:05:33 -05:00
parent 9ec6c51f4d
commit dbebc7828c

View File

@@ -27,7 +27,11 @@
user_sstent.enable = true;
};
systemd.user.services.ssh-proxy = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux) {
environment.systemPackages =
[ pkgs.socat];
systemd.user.services.ssh-proxy = {
Unit = {
Description = "WSL Proxy";
};