mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-04 03:53:38 +00:00
sync
This commit is contained in:
@@ -101,7 +101,8 @@ programs = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.ssh-proxy = {
|
|
||||||
|
systemd.user.services.ssh-proxy = mkIf config.wsl.enable {
|
||||||
Unit = { Description = "WSL Proxy"; };
|
Unit = { Description = "WSL Proxy"; };
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user