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