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

15 lines
538 B
Scheme

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