summaryrefslogtreecommitdiff
path: root/deployment/machine
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-29 09:11:29 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-29 09:39:53 +0200
commitfc8691e6c9ff23557fad7bac95a7226d68e3eff7 (patch)
tree0cf6a8bbccaf0163e5c939213f75d3abf2caab6f /deployment/machine
parent5f2939dc15c520efa253cdd9daa5639ee9d798bd (diff)
(system akashi): rename system-name
Diffstat (limited to 'deployment/machine')
-rw-r--r--deployment/machine/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/machine/ssh.scm b/deployment/machine/ssh.scm
index f0dd2bc..23dcbd7 100644
--- a/deployment/machine/ssh.scm
+++ b/deployment/machine/ssh.scm
@@ -49,7 +49,7 @@
(define-public akashi-configuration
(gnu:machine:ssh:machine-ssh-configuration
- (host-name deployment:system:akashi:system-name)
+ (host-name deployment:system:akashi:host-name)
(system sovereign:machine:system-x86-linux)
(build-locally? #t)
(authorize? #t)