diff options
Diffstat (limited to 'deployment/system')
| -rw-r--r-- | deployment/system/aisaka.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index c70effe..8b977f2 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -124,7 +124,8 @@ #~(build-machine (name "rakan") (systems (list "x86_64-linux" - "i686-linux")) + "i686-linux" + "aarch64-linux")) (user "marek") (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFxlIhNlkWCNA+l/RiOJztB+VWhuJtDTUvSwwlE3MpgJ root@rakan") (private-key "/home/marek/.ssh/id_ed25519"))) @@ -132,6 +133,7 @@ (define guix-offload-rakan (gnu:services:base:guix-extension (authorized-keys (list deployment:gexp:akashi-guix-key + deployment:gexp:ayase-guix-key deployment:gexp:rakan-guix-key)) (build-machines (list rakan-machine)))) |
