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:
Hilton Chain 2026-01-12 22:22:34 +08:00
parent 31279f60c1
commit e1558d198a
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -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