guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd-vm updated: squash! system: hurd: Populate services.


From: guix-commits
Subject: branch wip-hurd-vm updated: squash! system: hurd: Populate services.
Date: Sat, 30 May 2020 07:46:10 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-hurd-vm by this push:
     new e4e6ea5  squash! system: hurd: Populate services.
e4e6ea5 is described below

commit e4e6ea5220dff8d11b26e597b362395f509460e6
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat May 30 13:32:05 2020 +0200

    squash! system: hurd: Populate services.
---
 gnu/system/hurd.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index d0768c8..bd481a3 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -66,8 +66,12 @@
                  (list (static-networking (interface "lo")
                                           (ip "127.0.0.1")
                                           (requirement '())
-                                          (provision '(loopback)))))
-        (syslog-service)))
+                                          (provision '(loopback))
+                                          (name-servers '("10.0.2.3")))))
+        (syslog-service)
+        (service guix-service-type
+                 (guix-configuration
+                  (extra-options '("--disable-chroot" "--no-offload"))))))
 
 (define %hurd-default-operating-system
   (operating-system



reply via email to

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