summary refs log tree commit diff
path: root/mugam-machine.scm
blob: 1a521f194710da439b2a20d87d83892888313dff (plain)
1
2
3
4
5
6
7
8
9
10
(define mugam
  (load "mugam.scm"))

(list (machine
       (operating-system mugam)
       (environment managed-host-environment-type)
       (configuration (machine-ssh-configuration
                       (host-name "188.166.169.68")
                       (system "x86_64-linux")
                       (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILWSaGfhaFyD+UqRq0cl+zbBkzAc7msit+GNa8+GE+XO")))))