14 lines
581 B
Scheme
14 lines
581 B
Scheme
(use-modules
|
|
(rekahsoft guix-config vms cloud0-home-rekahsoft-ca))
|
|
|
|
(list (machine
|
|
(operating-system system)
|
|
(environment managed-host-environment-type)
|
|
(configuration (machine-ssh-configuration
|
|
(host-name "cloud0.home.rekahsoft.ca")
|
|
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwGi4YmUyLgpmFxJzGQF5Ju7CL8d2Wa2VtHMZGms0KO root@(none)")
|
|
(system "x86_64-linux")
|
|
(user "auto")
|
|
(identity ".deploy-key/key")
|
|
(port 22)))))
|