mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
system: Factorize (gnu system).
* gnu/system.scm (operating-system-accounts, operating-system-etc-directory): New procedures. (operating-system-derivation): Use them. * gnu/services/base.scm (%base-services): Add 'host-name-service' invocation.
This commit is contained in:
parent
42b001381e
commit
0b6f49ef69
2 changed files with 38 additions and 26 deletions
|
@ -186,6 +186,9 @@ This is the GNU operating system, welcome!\n\n")))
|
|||
(mingetty-service "tty6" #:motd motd)
|
||||
(syslog-service)
|
||||
(guix-service)
|
||||
(nscd-service))))
|
||||
(nscd-service)
|
||||
|
||||
;; FIXME: Make this an activation-time thing instead of a service.
|
||||
(host-name-service "gnu"))))
|
||||
|
||||
;;; base.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue