summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-14 23:17:24 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-14 23:40:52 +0200
commit6a0287a1559a28ecb37fb59f9163cb068e0e5eea (patch)
tree9000b23d987439f89542a7eef1da7eb79d98f00c /gnu/installer
parent3dae43a92975cb6a1055e928523122bc340272fd (diff)
downloadguix-patches-6a0287a1559a28ecb37fb59f9163cb068e0e5eea.tar
guix-patches-6a0287a1559a28ecb37fb59f9163cb068e0e5eea.tar.gz
installer: Fix snippet for the DHCP client.
* gnu/installer/services.scm (%system-services): Fix typo in DHCP client snippet.
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/services.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index 5c708a0e37..4dbfe74bf9 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -86,7 +86,7 @@
(system-service
(name (G_ "DHCP client (dynamic IP address assignment)"))
(type 'network-management)
- (snippet '(service dhcp-client-service))))))
+ (snippet '(service dhcp-client-service-type))))))
(define (desktop-system-service? service)
"Return true if SERVICE is a desktop environment service."