diff options
Diffstat (limited to 'gnu/system/examples/vm-image.tmpl')
-rw-r--r-- | gnu/system/examples/vm-image.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index 589de493b1..205ae73a9f 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl @@ -98,7 +98,7 @@ root ALL=(ALL) ALL (service spice-vdagent-service-type) ;; Use the DHCP client service rather than NetworkManager. - (service dhcp-client-service-type)) + (service dhcpcd-service-type)) ;; Remove some services that don't make sense in a VM. (remove (lambda (service) |