mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
installer: Offer 'gpm-service-type' for non-graphical systems.
* gnu/installer/services.scm (%system-services): Add the gpm-service-type.
This commit is contained in:
parent
2842a42b51
commit
0d9d151424
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ (define %system-services
|
|||
(type 'administration)
|
||||
(recommended? #t)
|
||||
(snippet '((service ntp-service-type))))
|
||||
(system-service
|
||||
(name (G_ "GPM mouse daemon, to use the mouse on the console"))
|
||||
(type 'administration)
|
||||
(snippet '((service gpm-service-type))))
|
||||
|
||||
;; Network connectivity management.
|
||||
(system-service
|
||||
|
|
Loading…
Reference in a new issue