This commit is contained in:
2023-02-23 11:52:12 -05:00
parent a534ae3392
commit 49492f5934

View File

@@ -102,7 +102,8 @@ programs = {
};
systemd.user.services.ssh-proxy = mkIf config.wsl.enable {
systemd.user.services.ssh-proxy = mkIf config.wsl.docker-desktop.enable {
# systemd.user.services.ssh-proxy = mkIf config.wsl.enable {
Unit = { Description = "WSL Proxy"; };
Service = {
ExecStart = "${pkgs.writeShellScript "start-proxy" ''