mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
machine: hetzner: Fix machine bootstrap.
* gnu/machine/hetzner.scm (hetzner-machine-bootstrap-os-form): Use dhcp-client-service-type here. Change-Id: I4a3fd4ac598ea0b19cc81146de1f07fa256199b7 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
b2b3985277
commit
b8c464af7b
1 changed files with 3 additions and 1 deletions
|
@ -394,7 +394,9 @@ Available locations:~%~%~a~%~%For more details, see: ~a")
|
|||
(type ,root-fs-type))
|
||||
%base-file-systems))))
|
||||
(services
|
||||
(cons* (service dhcpcd-service-type)
|
||||
;; guix 1.4.0 does not have dhcpcd-service-type,
|
||||
;; so we use dhcp-client-service-type here.
|
||||
(cons* (service dhcp-client-service-type)
|
||||
(service openssh-service-type
|
||||
(openssh-configuration
|
||||
(openssh openssh-sans-x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue