operating-systems: buer: Revert unfortunate changes

pull/3/head
Luis Guilherme Coelho 2024-03-02 18:29:28 -03:00
parent 36a783f31e
commit 8aa4328c3a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 5 deletions

View File

@ -215,9 +215,8 @@
(list #~(build-machine
(name "yumiko")
(systems (list "x86_64-linux"))
(host-key
(call-with-input-file ssh-key:yumiko.pub
(@ (ice-9 textual-ports) get-string-all)))
(host-key #$(plain-file-content
ssh-key:yumiko.pub))
(private-key "/root/.ssh/id_ed25519")
(user "radio")
(port 2222))))
@ -260,8 +259,7 @@
(service ntp-service-type)
(service wpa-supplicant-service-type
(wpa-supplicant-configuration
(config-file
(local-file "/etc/wpa_supplicant.conf"))
(config-file "/etc/wpa_supplicant.conf")
(interface "wlp2s0")
(extra-options `("-B"))))
(service dhcp-client-service-type