mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-12 21:04:22 +00:00
utils: rosenthal-transformation-guix: Update signing keys.
Forgot to add the new one here... See also <https://codeberg.org/hako/Testament/issues/20>. * modules/rosenthal/utils/transformations.scm (rosenthal-transformation-guix): Add new signing key of Guix Moe build farm.
This commit is contained in:
parent
31279f60c1
commit
e1558d198a
@ -20,12 +20,11 @@
|
|||||||
(define* (rosenthal-transformation-guix #:key (substitutes? #t)
|
(define* (rosenthal-transformation-guix #:key (substitutes? #t)
|
||||||
(channel? #t)
|
(channel? #t)
|
||||||
(guix-source? #f))
|
(guix-source? #f))
|
||||||
(define %rosenthal-signing-key
|
(define %rosenthal-signing-keys
|
||||||
(plain-file "rosenthal.pub" "
|
(list (plain-file "gokuraku.pub"
|
||||||
(public-key
|
"(public-key (ecc (curve Ed25519) (q #374EC58F5F2EC0412431723AF2D527AD626B049D657B5633AAAEBC694F3E33F9#)))")
|
||||||
(ecc
|
(plain-file "nuporta.pub"
|
||||||
(curve Ed25519)
|
"(public-key (ecc (curve Ed25519) (q #552F670D5005D7EB6ACF05284A1066E52156B51D75DE3EBD3030CD046675D543#)))")))
|
||||||
(q #374EC58F5F2EC0412431723AF2D527AD626B049D657B5633AAAEBC694F3E33F9#)))"))
|
|
||||||
|
|
||||||
(define %rosenthal-channel
|
(define %rosenthal-channel
|
||||||
(channel
|
(channel
|
||||||
@ -44,10 +43,8 @@
|
|||||||
(services
|
(services
|
||||||
(cons* (simple-service 'guix-moe guix-service-type
|
(cons* (simple-service 'guix-moe guix-service-type
|
||||||
(guix-extension
|
(guix-extension
|
||||||
(authorized-keys
|
(authorized-keys %rosenthal-signing-keys)
|
||||||
(list %rosenthal-signing-key))
|
(substitute-urls '("https://cache-cdn.guix.moe"))))
|
||||||
(substitute-urls
|
|
||||||
'("https://cache-cdn.guix.moe"))))
|
|
||||||
|
|
||||||
(modify-services (operating-system-user-services os)
|
(modify-services (operating-system-user-services os)
|
||||||
(guix-service-type
|
(guix-service-type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user