install: Use udev.

* gnu/system/install.scm (installation-services): Call 'udev-service'.
master
Ludovic Courtès 2014-06-23 15:37:19 +02:00
parent 151a2c07aa
commit e11390df55
1 changed files with 3 additions and 0 deletions

View File

@ -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