From 2aefb9c41f73501de70123489f1117bbb8125982 Mon Sep 17 00:00:00 2001 From: reeink Date: Wed, 8 May 2024 00:57:48 +0800 Subject: [PATCH] add windows wsl config --- .chezmoiignore | 1 + dot_wslconfig | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 dot_wslconfig diff --git a/.chezmoiignore b/.chezmoiignore index 6bbae8d..5eb67aa 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -3,6 +3,7 @@ README.md {{ if ne .chezmoi.os "windows" }} AppData Documents +.wslconfig {{ end }} {{ if ne .chezmoi.os "linux" }} diff --git a/dot_wslconfig b/dot_wslconfig new file mode 100644 index 0000000..bd27653 --- /dev/null +++ b/dot_wslconfig @@ -0,0 +1,9 @@ +[wsl2] +networkingMode=mirrored +dnsTunneling=true +firewall=true +autoProxy=true + +[experimental] +autoMemoryReclaim=gradual +sparseVhd=true