mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-14 21:56:47 +02:00
add windows wsl config
This commit is contained in:
parent
a600b60c5f
commit
2aefb9c41f
2 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,7 @@ README.md
|
|||
{{ if ne .chezmoi.os "windows" }}
|
||||
AppData
|
||||
Documents
|
||||
.wslconfig
|
||||
{{ end }}
|
||||
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
|
|
9
dot_wslconfig
Normal file
9
dot_wslconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
[wsl2]
|
||||
networkingMode=mirrored
|
||||
dnsTunneling=true
|
||||
firewall=true
|
||||
autoProxy=true
|
||||
|
||||
[experimental]
|
||||
autoMemoryReclaim=gradual
|
||||
sparseVhd=true
|
Loading…
Add table
Add a link
Reference in a new issue