guix-machines/deploy/dash0-home-rekahsoft-ca.scm

15 lines
532 B
Scheme

(use-modules
(rekahsoft guix-config vms dash0-home-rekahsoft-ca))
(list
(machine
(operating-system %system)
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "dash0.home.rekahsoft.ca")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAv65AjAwV/oHE2krai3mfaXVL8HQEPrpRs+xMoSbRXT root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key")
(port 22)))))