From dbbfb5911e3e69e264a8e4ea86db49392f9cbb8f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 20 Nov 2025 19:28:30 +0100 Subject: deployment: implement build offloading from aisaka to rakan * deployment/keys.scm (aisaka-guix): define signing key of Guix daemon in aisaka. * deployment/systems/aisaka.scm (rakan-machine, guix-offload-rakan, offload-rakan): define the offload target. * deployment/systems/aisaka.scm (system): add the offload configuration to the list of services. * deployment/systems/rakan.scm (guix-offload-authorizations): change the authorized signing key to aisaka's. * deployment/users.scm (openssh-configuration): add the public SSH key of marek@aisaka. --- deployment/systems/rakan.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/systems/rakan.scm') diff --git a/deployment/systems/rakan.scm b/deployment/systems/rakan.scm index 0f03d65..6d2f244 100644 --- a/deployment/systems/rakan.scm +++ b/deployment/systems/rakan.scm @@ -64,7 +64,7 @@ (define guix-offload-authorizations (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:mcdowell-guix)))) + (authorized-keys (list deployment:keys:aisaka-guix)))) (define guix-publish-configuration (gnu:services:base:guix-publish-configuration -- cgit v1.2.3