summary refs log tree commit diff
path: root/mugam-machine.scm
diff options
context:
space:
mode:
authorArun Isaac2025-09-24 01:13:57 +0100
committerArun Isaac2025-09-24 11:18:27 +0100
commit9a60032230e6f4d52871862893fd38f69af787c6 (patch)
treebe0bfde338e145bb96c88e2e18e14c03a56832ef /mugam-machine.scm
parent6da8c3e42df341478edaed1f81dee1f232703110 (diff)
downloadmachines-9a60032230e6f4d52871862893fd38f69af787c6.tar.gz
machines-9a60032230e6f4d52871862893fd38f69af787c6.tar.lz
machines-9a60032230e6f4d52871862893fd38f69af787c6.zip
Add mugam.
Diffstat (limited to 'mugam-machine.scm')
-rw-r--r--mugam-machine.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/mugam-machine.scm b/mugam-machine.scm
new file mode 100644
index 0000000..1a521f1
--- /dev/null
+++ b/mugam-machine.scm
@@ -0,0 +1,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")))))