From eafb8a30eb95b56c0de258aa08ecb24354188abf Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 26 Mar 2026 10:51:27 +0100 Subject: implement deployment to akashi --- deployment/machine.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'deployment/machine.scm') 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)) -- cgit v1.3