mirror of
https://github.com/sstent/vmimages.git
synced 2026-03-18 10:55:56 +00:00
sync
This commit is contained in:
@@ -115,8 +115,11 @@ programs = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.user = lib.mkIf config.wsl.enable {
|
||||||
|
|
||||||
systemd.user.services.ssh-proxy = lib.mkIf config.wsl.enable {
|
startServices = true;
|
||||||
|
|
||||||
|
services.ssh-proxy = lib.mkIf config.wsl.enable {
|
||||||
Unit = { Description = "WSL Proxy"; };
|
Unit = { Description = "WSL Proxy"; };
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
||||||
@@ -127,7 +130,7 @@ programs = {
|
|||||||
};
|
};
|
||||||
#Install = { WantedBy = [ "default.target" ]; };
|
#Install = { WantedBy = [ "default.target" ]; };
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}; ### endf home-manager
|
}; ### endf home-manager
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user