guix-commits
[Top][All Lists]
Advanced

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

01/02: system: hurd: Have the static networking provision 'networking.


From: guix-commits
Subject: 01/02: system: hurd: Have the static networking provision 'networking.
Date: Mon, 22 Feb 2021 16:00:12 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 7c5e5e0e0fbf11ebaaeb8f98ed6c75289ca31795
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Feb 14 10:55:31 2021 +0000

    system: hurd: Have the static networking provision 'networking.
    
    Some services require networking, I'm looking at the Guix Build Coordinator
    agent.  Networking seems to work in the childhurd VM, so I think this change
    makes sense.
    
    * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the 
provision
    parameter for the static-networking service.
---
 gnu/system/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 8b46e65..8f3a278 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -79,7 +79,7 @@
                  (list (static-networking (interface "lo")
                                           (ip "127.0.0.1")
                                           (requirement '())
-                                          (provision '(loopback))
+                                          (provision '(loopback networking))
                                           (name-servers '("10.0.2.3")))))
         (syslog-service)
         (service guix-service-type



reply via email to

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