mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-05 12:02:18 +00:00
sync
This commit is contained in:
@@ -27,7 +27,11 @@
|
|||||||
user_sstent.enable = true;
|
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 = {
|
Unit = {
|
||||||
Description = "WSL Proxy";
|
Description = "WSL Proxy";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user