Skip to content

Instantly share code, notes, and snippets.

@wizcas
Created September 3, 2019 15:36
Show Gist options
  • Save wizcas/977409c1d35a8f409d8d94fbb7e23f21 to your computer and use it in GitHub Desktop.
Save wizcas/977409c1d35a8f409d8d94fbb7e23f21 to your computer and use it in GitHub Desktop.
wsl.conf
# Create or update this file at: /etc/wsl.conf
# Enable extra metadata options by default
[automount]
enabled = true
root = /
options = "metadata,umask=22,fmask=11"
mountFsTab = false
# Enable DNS – even though these are turned on by default, we’ll specify here just to be explicit.
[network]
generateHosts = true
generateResolvConf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment