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