summaryrefslogtreecommitdiff
path: root/gnu/system/nss.scm
Commit message (Collapse)AuthorAge
* nss: Remove '%compat' from the defaults.Ludovic Courtès2018-03-27
| | | | | | * gnu/system/nss.scm (%compat): Add comment. (<name-service-switch>)[group, password, shadow]: Remove %COMPAT from the default value.
* nss: Add '%mdns-host-lookup-nss'.Ludovic Courtès2015-05-08
| | | | | * gnu/system/nss.scm (%mdns-host-lookup-nss): New variable. * doc/guix.texi (Name Service Switch): Document it.
* system: Add bindings to configure libc's NSS.Ludovic Courtès2015-02-04
* gnu/system/nss.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. * gnu/system.scm (<operating-system>)[name-service-switch]: New field. (etc-directory): Add #:nss parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * doc/guix.texi (operating-system Reference): Document 'name-service-switch'. (Name Service Switch): New section.