mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
20 lines
372 B
Plaintext
20 lines
372 B
Plaintext
# Name Service Switch configuration file.
|
|
# See nsswitch.conf(5) for details.
|
|
|
|
passwd: files systemd
|
|
group: files [SUCCESS=merge] systemd
|
|
shadow: files systemd
|
|
gshadow: files systemd
|
|
|
|
publickey: files
|
|
|
|
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve files myhostname dns
|
|
networks: files
|
|
|
|
protocols: files
|
|
services: files
|
|
ethers: files
|
|
rpc: files
|
|
|
|
netgroup: files
|