Re: Name service switch configuration
Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes: > Commit 996ed73 adds support to configure libc’s name service switch > (NSS). To enable something like nss-mdns (for the resolution of > ‘.local’ names), one needs two things: > > 1. Add this snippet to the ‘operating-system’ declaration: > >
Name service switch configuration
-found => return ;; Then fall back to DNS. (name-service (name "dns")) ;; Finally, try with the "full" 'mdns'. (name-service (name "mdns"