Collin J. Doering
d96737277e
* deploy/my0-home-rekahsoft-ca.scm (rekahsoft): Adjust configuration to use proxmox-vm-legacy module * .guix/rekahsoft/guix-config/vms/my0-home-rekahsoft-ca.scm (rekahsoft): Add deployment file for my0
15 lines
440 B
Scheme
15 lines
440 B
Scheme
(use-modules
|
|
(rekahsoft guix-config vms my0-home-rekahsoft-ca))
|
|
|
|
(list
|
|
(machine
|
|
(operating-system %system)
|
|
(environment managed-host-environment-type)
|
|
(configuration (machine-ssh-configuration
|
|
(host-name "my0.home.rekahsoft.ca")
|
|
(host-key "TODO")
|
|
(system "x86_64-linux")
|
|
(user "auto")
|
|
(identity ".deploy-key")
|
|
(port 22)))))
|