mirror of https://codeberg.org/anemofilia/zero
buer: files: substitute-keys: Add genenetwork.pub
parent
389d77afa3
commit
0e6e8f3d2d
|
@ -1,6 +1,7 @@
|
||||||
(define-module (buer files substitute-keys)
|
(define-module (buer files substitute-keys)
|
||||||
#:use-module (gnu)
|
#:use-module (gnu)
|
||||||
#:export (berlin.pub
|
#:export (berlin.pub
|
||||||
|
genenetwork.pub
|
||||||
yuria.pub
|
yuria.pub
|
||||||
yumiko.pub))
|
yumiko.pub))
|
||||||
|
|
||||||
|
@ -30,3 +31,12 @@
|
||||||
(q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
|
(q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
|
||||||
)
|
)
|
||||||
)"))
|
)"))
|
||||||
|
|
||||||
|
(define genenetwork.pub
|
||||||
|
(plain-file "genenetwork.pub"
|
||||||
|
"(public-key
|
||||||
|
(ecc
|
||||||
|
(curve Ed25519)
|
||||||
|
(q #9578AD6CDB23BA51F9C4185D5D5A32A7EEB47ACDD55F1CCB8CEE4E0570FBF961#)
|
||||||
|
)
|
||||||
|
)"))
|
||||||
|
|
Loading…
Reference in New Issue