summaryrefslogtreecommitdiff
path: root/deployment/machine/ssh.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-23 00:59:45 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-23 00:59:45 +0200
commitacc894c196a7a1b25c1e4dfc6d9351fd4b728b92 (patch)
treec531c187089c1e8c1f63801a61a2d14bbc9cbfda /deployment/machine/ssh.scm
parentab286b70dbec319b184727ef58882e767bb62990 (diff)
(system aisaka): rename system-name to host-name-aisaka
Diffstat (limited to 'deployment/machine/ssh.scm')
-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 09d05b3..f0dd2bc 100644
--- a/deployment/machine/ssh.scm
+++ b/deployment/machine/ssh.scm
@@ -34,7 +34,7 @@
(define-public aisaka-configuration
(gnu:machine:ssh:machine-ssh-configuration
- (host-name deployment:system:aisaka:system-name)
+ (host-name deployment:system:aisaka:host-name-aisaka)
(system sovereign:machine:system-x86-linux)
(build-locally? #t)
(authorize? #t)