deploy/loki-home-rekahsoft-ca.scm: Add file (missed in 57b559e)

This commit is contained in:
Collin J. Doering 2023-03-04 09:36:59 -05:00
parent 1bf10a324c
commit 62a352e368
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
(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 AAAAC3NzaC1lZDI1NTE5AAAAII1l4445BnGZsx2wTklqfClONoOB7Guhg4HE2dccMjrX root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key")
(port 22)))))