janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 5d03cf7fa016944fcc9307bb87a81ced31f79792
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Tue Apr 21 21:25:22 2020 +0200

    system: hurd: Add the guix service.
    
    * gnu/system/hurd.scm (%base-services/hurd): Add the guix service.
---
 gnu/system/hurd.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 050f53d..5d9d102 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -89,7 +89,13 @@
         (service hurd-ttys-service-type
                  (hurd-ttys-configuration (hurd hurd)))
         (service hurd-loopback-service-type)
-        (syslog-service)))
+        (syslog-service)
+        (service guix-service-type
+                 (guix-configuration
+                  (guix guix)
+                  (extra-options '("--disable-chroot"
+                                   "--disable-deduplication"
+                                   "--max-jobs=1"))))))
 
 (define %hurd-os
   (operating-system

Reply via email to