diff options
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r-- | gnu/tests/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 97c3505fb0..ec31cf2bdf 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -1978,7 +1978,7 @@ build (current-guix) and then store a couple of full system images.") (list (swap-space (target (uuid "11111111-2222-3333-4444-123456789abc")))))) - (services (cons* (service dhcp-client-service-type) + (services (cons* (service dhcpcd-service-type) (service ntp-service-type) (operating-system-user-services %minimal-os-on-vda))))) |