diff options
Diffstat (limited to 'gnu/system/examples/raspberry-pi-64-nfs-root.tmpl')
-rw-r--r-- | gnu/system/examples/raspberry-pi-64-nfs-root.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl index 1baca02491..7353fb3c44 100644 --- a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl +++ b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl @@ -58,7 +58,7 @@ (packages (cons* openssh %base-packages)) (services (cons* (service avahi-service-type) - (service dhcp-client-service-type) + (service dhcpcd-service-type) (service ntp-service-type) (service openssh-service-type (openssh-configuration |