mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
install: Use udev.
* gnu/system/install.scm (installation-services): Call 'udev-service'.
This commit is contained in:
parent
151a2c07aa
commit
e11390df55
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ You have been warned. Thanks for being so brave.
|
|||
;; default.
|
||||
(guix-service #:authorize-hydra-key? #t)
|
||||
|
||||
;; Start udev so that useful device nodes are available.
|
||||
(udev-service)
|
||||
|
||||
(nscd-service))))
|
||||
|
||||
(define %issue
|
||||
|
|
Loading…
Reference in a new issue