diff --git a/deploy/searx0-home-rekahsoft-ca.scm b/deploy/searx0-home-rekahsoft-ca.scm new file mode 100644 index 0000000..8345e8d --- /dev/null +++ b/deploy/searx0-home-rekahsoft-ca.scm @@ -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)))))