mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
20c08a8a45
commit
7c5e5e0e0f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ (define %base-services/hurd
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue