aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-02-14 10:55:31 +0000
committerChristopher Baines <mail@cbaines.net>2021-02-14 10:55:31 +0000
commit67db6acb576dee1ac787841638b72a13b3c7a3c1 (patch)
tree8b619afb9f873269b9c869c0f8b5e9272b243f0f
parent19783b9f553e433743fd695302df8cac4ec91ae1 (diff)
downloadguix-hurd-networking.tar
guix-hurd-networking.tar.gz
system: hurd: Have the static networking provision 'networking.hurd-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.
-rw-r--r--gnu/system/hurd.scm2
1 files changed, 1 insertions, 1 deletions
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