mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
services: Re-export static-networking-service, static-networking-service-type.
* gnu/services/networking.scm: Re-export static-networking-service, static-networking-service-type.
This commit is contained in:
parent
d95e4864ba
commit
70ab130a49
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ (define-module (gnu services networking)
|
|||
#:use-module (srfi srfi-9)
|
||||
#:use-module (srfi srfi-26)
|
||||
#:use-module (ice-9 match)
|
||||
#:re-export (static-networking-service
|
||||
static-networking-service-type)
|
||||
#:export (%facebook-host-aliases
|
||||
dhcp-client-service
|
||||
|
||||
|
|
Loading…
Reference in a new issue