blob: db8d42afaf415a190c63eebbf34b5cb460e5347a (
plain)
1
2
3
4
5
6
7
8
9
|
(list (machine
(operating-system (load "systems/saklas_dedi.scm"))
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "saklas.epistemia")
(system "x86_64-linux")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILisyUFXdEQHKE42FavKbHHJQJpQAuzbfkmjHrBqZtW2")
(identity "/data/ssh/id_ed25519")
(safety-checks? #f)))))
|