deploy/searx0-home-rekahsoft-ca.scm: searx0 guix-deploy config
This commit is contained in:
parent
4474308ba0
commit
8d31ff8ec4
14
deploy/searx0-home-rekahsoft-ca.scm
Normal file
14
deploy/searx0-home-rekahsoft-ca.scm
Normal 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)))))
|
Loading…
Reference in New Issue
Block a user