From 7910f2cbdfc216c621de9a93829f2c8c4dca8a88 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Feb 2023 15:29:20 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index 558ed73..9eefb46 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -32,9 +32,7 @@ systemd.user.services.ssh-proxy = { - Unit = { - Description = "WSL Proxy"; - }; + Description = "WSL Proxy"; serviceConfig = { ExecStart = "${pkgs.writeShellScript "start-proxy" '' rm -f /tmp/.ssh-sock