mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: nscd-service: Fit everything into <nscd-configuration>.
* gnu/services/base.scm (<nscd-configuration>)[glibc, name-services]: New fields. (nscd-service): Remove #:glibc and #:name-services parameters. Adjust body to take those from CONFIG. * gnu/services/desktop.scm (%desktop-services): Adjust accordingly. * doc/guix.texi (Base Services): Adjust accordingly. (Name Service Switch): Adjust example.
This commit is contained in:
parent
66e4f01c60
commit
b893f1aec3
3 changed files with 28 additions and 18 deletions
|
@ -594,8 +594,8 @@ when they log out."
|
|||
(cond
|
||||
;; Provide an nscd ready to use nss-mdns.
|
||||
((memq 'nscd (service-provision service))
|
||||
(nscd-service (nscd-configuration)
|
||||
#:name-services (list nss-mdns)))
|
||||
(nscd-service (nscd-configuration
|
||||
(name-services (list nss-mdns)))))
|
||||
|
||||
;; Add more rules to udev-service.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue