buer: files: substitute-keys: Add genenetwork.pub

impermanence
Luis Guilherme Coelho 2024-07-09 19:26:44 -03:00
parent 389d77afa3
commit 0e6e8f3d2d
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,7 @@
(define-module (buer files substitute-keys)
#:use-module (gnu)
#:export (berlin.pub
genenetwork.pub
yuria.pub
yumiko.pub))
@ -24,9 +25,18 @@
(define berlin.pub
(plain-file "berlin.pub"
"(public-key
(ecc
"(public-key
(ecc
(curve Ed25519)
(q #8D156F295D24B0D9A86FA5741A840FF2D24F60F7B6C4134814AD55625971B394#)
)
)"))
(define genenetwork.pub
(plain-file "genenetwork.pub"
"(public-key
(ecc
(curve Ed25519)
(q #9578AD6CDB23BA51F9C4185D5D5A32A7EEB47ACDD55F1CCB8CEE4E0570FBF961#)
)
)"))