[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46506] [PATCH] system: hurd: Have the static networking provision '
From: |
Christopher Baines |
Subject: |
[bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking. |
Date: |
Sun, 14 Feb 2021 10:58:27 +0000 |
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 8b46e65e31..8f3a27834b 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
--
2.30.0
- [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking.,
Christopher Baines <=