Skip to content

Instantly share code, notes, and snippets.

@sq3
Created December 9, 2017 13:53
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 sq3/d25cee5905ce3c54e5fffd0b43ebb7a9 to your computer and use it in GitHub Desktop.
Save sq3/d25cee5905ce3c54e5fffd0b43ebb7a9 to your computer and use it in GitHub Desktop.
Arch Linux nsswitch.conf for mDNS
# Begin /etc/nsswitch.conf
# requires nss-mdns package
passwd: compat mymachines systemd
group: compat mymachines systemd
shadow: compat
publickey: files
hosts: files mdns4_minimal [NOTFOUND=return] !UNAVAIL=return] resolve dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
# End /etc/nsswitch.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment