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