diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-29 09:11:29 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-29 09:39:53 +0200 |
| commit | fc8691e6c9ff23557fad7bac95a7226d68e3eff7 (patch) | |
| tree | 0cf6a8bbccaf0163e5c939213f75d3abf2caab6f /deployment/machine | |
| parent | 5f2939dc15c520efa253cdd9daa5639ee9d798bd (diff) | |
(system akashi): rename system-name
Diffstat (limited to 'deployment/machine')
| -rw-r--r-- | deployment/machine/ssh.scm | 2 |
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) |
