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

15 lines
530 B
Scheme

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