This commit is contained in:
2023-02-23 10:24:06 -05:00
parent d144022720
commit ce36e950b7

View File

@@ -47,7 +47,7 @@ nixpkgs.config.packageOverrides = pkgs: with pkgs; rec {
systemd.user.services.ssh-proxy = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux) {
systemd.user.services.ssh-proxy = {
Unit = {
Description = "WSL Proxy";
};