guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/44: system: hurd: Add the guix service.


From: guix-commits
Subject: 36/44: system: hurd: Add the guix service.
Date: Tue, 21 Apr 2020 15:48:28 -0400 (EDT)

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

commit f54a2b721bd6ae4ce4926bee6d49099297126be7
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
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 fb3884e..caa8513 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

[Prev in Thread] Current Thread [Next in Thread]