summaryrefslogtreecommitdiff
path: root/deployment/systems/rakan.scm
AgeCommit message (Collapse)Author
3 daysdeployment: implement build offloading from aisaka to rakanMarek Paśnikowski
* 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.
11 daysdeployment: create (deployment keys) moduleMarek Paśnikowski
* deployment/keys.scm: define a module. * deployment/keys.scm: define variables mcdowell-guix and rakan-guix. * deployment/systems/mcdowell.scm (guix-offload-rakan): use the new key definition at rakan-guix. * deployment/systems/rakan.scm (guix-offload-authorizations): use the new key definitions at mcdowell-guix. * keys/guix/mcdowell-signing-key.pub: remove the file. * keys/guix/rakan-signing-key.pub: remove the file.
12 daysimplement offloading prototypeMarek Paśnikowski
2025-09-18rakan: use default channelsMarek Paśnikowski
2025-09-12rakan: add guix-rust-past-crates-channelMarek Paśnikowski
2025-09-05systems: split identities of mcdowell and rakanMarek Paśnikowski