operating-systems: buer: Add public keys from %default-authorized-guix-keys to authorized-keys

impermanence
Luis Guilherme Coelho 2024-07-17 23:30:05 -03:00
parent c0e554366f
commit 624b3cb888
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@
(list channel:guix (list channel:guix
channel:radix))) channel:radix)))
(authorized-keys (authorized-keys
(list substitute-key:genenetwork.pub)) (cons* substitute-key:genenetwork.pub
%default-authorized-guix-keys))
(substitute-urls (substitute-urls
`("https://ci.guix.gnu.org" `("https://ci.guix.gnu.org"
"https://cuirass.genenetwork.org" "https://cuirass.genenetwork.org"