mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: base: Deprecate 'host-name-service' procedure.
* doc/guix.texi (operating-system Reference): Reorder cross-reference. Add an anchor to be used ... (Base services): ... here by host-name-service-type. Document host-name-service-type. * gnu/services/base.scm: Export host-name-service-type. (host-name-service): Deprecate procedure. * gnu/system.scm (operating-system-default-essential-services): Use host-name-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c6480edbe3
commit
cb00e600ff
3 changed files with 15 additions and 9 deletions
|
@ -782,7 +782,7 @@ bookkeeping."
|
|||
(operating-system-file-systems os)))
|
||||
(session-environment-service
|
||||
(operating-system-environment-variables os))
|
||||
(host-name-service host-name)
|
||||
(service host-name-service-type host-name)
|
||||
procs root-fs
|
||||
(service setuid-program-service-type
|
||||
(operating-system-setuid-programs os))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue