aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-23 15:37:19 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-24 00:20:01 +0200
commite11390df55d1b9c022b1e22043c3c81fd54c3835 (patch)
tree28054cd550ddd60b0452af2ebda24ea9b39c1091 /gnu/system
parent151a2c07aa0537c136e6fe61609957878f0a4c72 (diff)
downloadguix-e11390df55d1b9c022b1e22043c3c81fd54c3835.tar
guix-e11390df55d1b9c022b1e22043c3c81fd54c3835.tar.gz
install: Use udev.
* gnu/system/install.scm (installation-services): Call 'udev-service'.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/install.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index f58bd19c8e..6d0a7eac72 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -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