2022-09-14 04:16:44 +00:00
|
|
|
(use-modules
|
|
|
|
(rekahsoft guix-config vms searx0-home-rekahsoft-ca))
|
|
|
|
|
|
|
|
(list
|
|
|
|
(machine
|
|
|
|
(operating-system %system)
|
|
|
|
(environment managed-host-environment-type)
|
|
|
|
(configuration (machine-ssh-configuration
|
|
|
|
(host-name "searx0.home.rekahsoft.ca")
|
2023-02-25 17:45:58 +00:00
|
|
|
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOtVW/MHrl4etw6xpbwOm5qxjuU5+x78PKuN0+WEuzYl root@(none)")
|
2022-09-14 04:16:44 +00:00
|
|
|
(system "x86_64-linux")
|
|
|
|
(user "auto")
|
|
|
|
(identity ".deploy-key")
|
|
|
|
(port 22)))))
|