Re: Name service switch configuration

2015-02-24 Thread Mark H Weaver
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

2015-02-04 Thread Ludovic Courtès
-found => return ;; Then fall back to DNS. (name-service (name "dns")) ;; Finally, try with the "full" 'mdns'. (name-service (name "mdns"