guix-machines/deploy/ci-runner0-home-rekahsoft-ca.scm
Collin J. Doering 462ab6ac3d
rekahsoft: Continue abstracting legacy vm's (#8 - ci-runner0)
* deploy/ci-runner0-home-rekahsoft-ca.scm (rekahsoft): Adjust configuration to use
proxmox-vm-legacy module

* .guix/rekahsoft/guix-config/vms/ci-runner0-home-rekahsoft-ca.scm (rekahsoft): Add deployment
file for ci-runner0
2023-03-12 19:03:50 -04:00

15 lines
454 B
Scheme

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