diff options
Diffstat (limited to 'deployment/machine/ssh.scm')
| -rw-r--r-- | deployment/machine/ssh.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deployment/machine/ssh.scm b/deployment/machine/ssh.scm index edeeffd..d6294f0 100644 --- a/deployment/machine/ssh.scm +++ b/deployment/machine/ssh.scm @@ -1,8 +1,8 @@ (define-module (deployment machine ssh) - #:use-module ((deployment systems aisaka) - #:prefix deployment:systems:aisaka:) - #:use-module ((deployment systems akashi) - #:prefix deployment:systems:akashi:) + #:use-module ((deployment system aisaka) + #:prefix deployment:system:aisaka:) + #:use-module ((deployment system akashi) + #:prefix deployment:system:akashi:) #:use-module ((gnu machine ssh) #:prefix gnu:machine:ssh:)) @@ -12,8 +12,8 @@ (define-public aisaka-configuration (gnu:machine:ssh:machine-ssh-configuration - (host-name deployment:systems:aisaka:system-name) - (system deployment:systems:aisaka:architecture) + (host-name deployment:system:aisaka:system-name) + (system deployment:system:aisaka:architecture) (build-locally? #t) (authorize? #t) (allow-downgrades? #f) @@ -27,8 +27,8 @@ (define-public akashi-configuration (gnu:machine:ssh:machine-ssh-configuration - (host-name deployment:systems:akashi:system-name) - (system deployment:systems:akashi:architecture) + (host-name deployment:system:akashi:system-name) + (system deployment:system:akashi:architecture) (build-locally? #t) (authorize? #t) (allow-downgrades? #f) |
