guix-machines/deploy/prom0-home-rekahsoft-ca.scm
Collin J. Doering 848b27bcc4
rekahsoft: Continue abstracting legacy vm's (#4 - prom0)
* deploy/prom0-home-rekahsoft-ca.scm (rekahsoft): Adjust configuration to use
proxmox-vm-legacy module

* .guix/rekahsoft/guix-config/vms/prom0-home-rekahsoft-ca.scm (rekahsoft): Add deployment
file for prom0
2023-03-04 11:37:42 -05:00

15 lines
444 B
Scheme

(use-modules
(rekahsoft guix-config vms prom0-home-rekahsoft-ca))
(list
(machine
(operating-system %system)
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "prom0.home.rekahsoft.ca")
(host-key "TODO")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key")
(port 22)))))