2022-03-23 02:08:58 +00:00
|
|
|
(use-modules
|
|
|
|
(rekahsoft guix-config vms grocy0-home-rekahsoft-ca))
|
|
|
|
|
|
|
|
(list
|
|
|
|
(machine
|
|
|
|
(operating-system %system)
|
|
|
|
(environment managed-host-environment-type)
|
|
|
|
(configuration (machine-ssh-configuration
|
|
|
|
(host-name "grocy0.home.rekahsoft.ca")
|
|
|
|
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSMBcmFdlDI/JKOBC/RRJh2VM0MY45o684OXaTQ3fGm root@(none)")
|
|
|
|
(system "x86_64-linux")
|
|
|
|
(user "auto")
|
|
|
|
(identity ".deploy-key/key")
|
|
|
|
(port 22)))))
|