aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/install.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/install.scm')
-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