diff options
Diffstat (limited to 'deployment/system')
| -rw-r--r-- | deployment/system/aisaka.scm | 4 | ||||
| -rw-r--r-- | deployment/system/akashi.scm | 2 | ||||
| -rw-r--r-- | deployment/system/mcdowell.scm | 2 | ||||
| -rw-r--r-- | deployment/system/rakan.scm | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index 192982a..2b15422 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -539,8 +539,8 @@ (define guix-offload-rakan (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:akashi-guix - deployment:keys:rakan-guix)) + (authorized-keys (list deployment:keys:akashi-guix-key + deployment:keys:rakan-guix-key)) (build-machines (list rakan-machine)))) (define-public offload-rakan diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm index 3b58940..c474ca7 100644 --- a/deployment/system/akashi.scm +++ b/deployment/system/akashi.scm @@ -64,7 +64,7 @@ (define guix-offload-targets (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:aisaka-guix)) + (authorized-keys (list deployment:keys:aisaka-guix-key)) (build-machines (list offload-hub)))) (define offload-extension diff --git a/deployment/system/mcdowell.scm b/deployment/system/mcdowell.scm index b38aea8..6de9250 100644 --- a/deployment/system/mcdowell.scm +++ b/deployment/system/mcdowell.scm @@ -76,7 +76,7 @@ (define guix-offload-rakan (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:rakan-guix)) + (authorized-keys (list deployment:keys:rakan-guix-key)) (build-machines (list rakan-machine)))) (define-public system diff --git a/deployment/system/rakan.scm b/deployment/system/rakan.scm index 9e9d77c..7d5863c 100644 --- a/deployment/system/rakan.scm +++ b/deployment/system/rakan.scm @@ -89,7 +89,7 @@ (define guix-offload-authorizations (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:aisaka-guix)))) + (authorized-keys (list deployment:keys:aisaka-guix-key)))) (define (l2md-maildir name) (string-append "~/Publiczne/l2md/" |
