summaryrefslogtreecommitdiff
path: root/deployment/keys.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-11-21 00:14:18 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-11-22 00:50:16 +0100
commita204342ee72c02958be055029bb27d30d3582c7a (patch)
tree01a7cbfa6410e81821c7faa0f3ac72865fa1b387 /deployment/keys.scm
parentdbbfb5911e3e69e264a8e4ea86db49392f9cbb8f (diff)
implement guix offload in akashi
* deployment/keys.scm (akashi-guix): define guix signing key. * deployment/systems/aisaka.scm (guix-offload-rakan): add guix signing key of akashi. * deployment/systems/akashi.scm (offload-hub, guix-offload-targets, offload-extension): define guix offload configuration. * deployment/systems/akashi.scm (services): add guix offload service and clean up the definition. * deployment/systems/akashi.scm (operating-system*): clean up the definition.
Diffstat (limited to 'deployment/keys.scm')
-rw-r--r--deployment/keys.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/keys.scm b/deployment/keys.scm
index 85e2e64..fc7d426 100644
--- a/deployment/keys.scm
+++ b/deployment/keys.scm
@@ -11,6 +11,13 @@
" (curve Ed25519)\n"
" (q #983CD313090D2699AD26AE5CB589A29F24A32E247A41EB4F4A22D196DFCD9D3C#)))"))
+(define-public akashi-guix
+ (mixed-text-file "akashi-signing-key.pub"
+ "(public-key\n"
+ " (ecc\n"
+ " (curve Ed25519)\n"
+ " (q #A3E347D0D79D616C4379C844C1D67DFC9BFD4F2011D4070EB3DB7EFA66D6F3D2#)))"))
+
(define-public mcdowell-guix
(mixed-text-file "mcdowell-signing-key.pub"
"(public-key\n"