mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-09 18:55:55 +02:00
1d855b34f6
Guix 1.5.0 supports dhcpcd-service-type; therefore, (assuming hetzner already has a Guix 1.5.0 image), it should no longer be necessary to use dhcp-client-service-type here. This is one of the few remaining users of dhcp-client-service-type changing this here will allow to remove this deprecated service in a future pull request. * gnu/machine/hetzner.scm (hetzner-machine-bootstrap-os-form): Use dhcpcd-service-type. Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>