summaryrefslogtreecommitdiff
path: root/deployment/machine.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/machine.scm')
-rw-r--r--deployment/machine.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/deployment/machine.scm b/deployment/machine.scm
index 28e303b..f8a4112 100644
--- a/deployment/machine.scm
+++ b/deployment/machine.scm
@@ -3,6 +3,8 @@
#:prefix deployment:machine:ssh:)
#:use-module ((deployment systems aisaka)
#:prefix deployment:systems:aisaka:)
+ #:use-module ((deployment systems akashi)
+ #:prefix deployment:systems:akashi:)
#:use-module ((gnu machine)
#:prefix gnu:machine:)
#:use-module ((gnu machine ssh)
@@ -16,3 +18,12 @@
(define-public aisaka
(list aisaka-machine))
+
+(define akashi-machine
+ (gnu:machine:machine
+ (operating-system deployment:systems:akashi:system)
+ (environment gnu:machine:ssh:managed-host-environment-type)
+ (configuration deployment:machine:ssh:akashi-configuration)))
+
+(define-public akashi
+ (list akashi-machine))