mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +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" }}
|
{{ if ne .chezmoi.os "windows" }}
|
||||||
AppData
|
AppData
|
||||||
Documents
|
Documents
|
||||||
|
.wslconfig
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if ne .chezmoi.os "linux" }}
|
{{ 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