deploy/searx0-home-rekahsoft-ca.scm: searx0 guix-deploy config

This commit is contained in:
Collin J. Doering 2022-09-14 00:16:44 -04:00
parent 4474308ba0
commit 8d31ff8ec4
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022

View File

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