15 lines
444 B
Scheme
15 lines
444 B
Scheme
|
(use-modules
|
||
|
(rekahsoft guix-config vms dash0-home-rekahsoft-ca))
|
||
|
|
||
|
(list
|
||
|
(machine
|
||
|
(operating-system %system)
|
||
|
(environment managed-host-environment-type)
|
||
|
(configuration (machine-ssh-configuration
|
||
|
(host-name "dash0.home.rekahsoft.ca")
|
||
|
(host-key "TODO")
|
||
|
(system "x86_64-linux")
|
||
|
(user "auto")
|
||
|
(identity ".deploy-key")
|
||
|
(port 22)))))
|