diff options
-rw-r--r-- | gentoo-config/nsswitch.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gentoo-config/nsswitch.conf b/gentoo-config/nsswitch.conf index 17aa6db..b6d742d 100644 --- a/gentoo-config/nsswitch.conf +++ b/gentoo-config/nsswitch.conf @@ -58,11 +58,12 @@ # See also https://bugs.gentoo.org/773436 # In alphabetical order. Re-order as required to optimize peformance. + aliases: files ethers: files group: files [SUCCESS=merge] systemd gshadow: files systemd -hosts: files dns +hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns # Allow initgroups to default to the setting for group. # initgroups: files netgroup: files |