Skip to content

Instantly share code, notes, and snippets.

@dklawren
Created July 21, 2018 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dklawren/eb8eaf297de436a763be7fbf254589d8 to your computer and use it in GitHub Desktop.
Save dklawren/eb8eaf297de436a763be7fbf254589d8 to your computer and use it in GitHub Desktop.
#Let’s enable extra metadata options by default
[automount]
enabled = true
root = /mnt/
options = "metadata,umask=22,fmask=11"
mountFsTab = false
#Let’s 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