guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 26/36: system: hurd: Add the guix service.
Date: Mon, 27 Apr 2020 06:19:50 -0400 (EDT)

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

commit 7e0a1f183313c9eb80dab8f0af3610eda0c986ec
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 aee694c..6679aad 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]