2023-03-04 16:37:42 +00:00
|
|
|
(use-modules
|
|
|
|
(rekahsoft guix-config vms prom0-home-rekahsoft-ca))
|
|
|
|
|
|
|
|
(list
|
|
|
|
(machine
|
|
|
|
(operating-system %system)
|
|
|
|
(environment managed-host-environment-type)
|
|
|
|
(configuration (machine-ssh-configuration
|
|
|
|
(host-name "prom0.home.rekahsoft.ca")
|
2023-04-01 15:45:16 +00:00
|
|
|
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeRGcJWB3ilkKKOT+8e0TqyP4YRQ8jRB4spiOzdnl5N root@(none)")
|
2023-03-04 16:37:42 +00:00
|
|
|
(system "x86_64-linux")
|
|
|
|
(user "auto")
|
|
|
|
(identity ".deploy-key")
|
|
|
|
(port 22)))))
|