This commit is contained in:
2023-02-24 15:47:11 +00:00
parent 1514034f5b
commit 754dc9e2ba

View File

@@ -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"; };
Service = {
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
@@ -127,7 +130,7 @@ programs = {
};
#Install = { WantedBy = [ "default.target" ]; };
};
};
}; ### endf home-manager