mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: Add public keys from %default-authorized-guix-keys to authorized-keys
parent
c0e554366f
commit
624b3cb888
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue