diff options
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/files/nsswitch.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf index 00667c0c088e..ebef9ace965e 100644 --- a/sys-apps/systemd/files/nsswitch.conf +++ b/sys-apps/systemd/files/nsswitch.conf @@ -7,9 +7,9 @@ # nss-resolve - host resolution using resolved # nss-systemd - dynamic user/group resolution (DynamicUser in unit files) -passwd: compat mymachines systemd -shadow: compat -group: compat mymachines systemd +passwd: files mymachines systemd +shadow: files +group: files mymachines systemd gshadow: files hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname |