From 0d6bd6fce6a3e751d78060b07398fd56c2338752 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Feb 2023 15:30:16 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index 9eefb46..b633a85 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -32,7 +32,7 @@ systemd.user.services.ssh-proxy = { - Description = "WSL Proxy"; + description = "WSL Proxy"; serviceConfig = { ExecStart = "${pkgs.writeShellScript "start-proxy" '' rm -f /tmp/.ssh-sock