diff options
Diffstat (limited to 'deployment/gexp.scm')
| -rw-r--r-- | deployment/gexp.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/gexp.scm b/deployment/gexp.scm index 4d288f6..823b8d2 100644 --- a/deployment/gexp.scm +++ b/deployment/gexp.scm @@ -35,6 +35,13 @@ " (curve Ed25519)\n" " (q #A3E347D0D79D616C4379C844C1D67DFC9BFD4F2011D4070EB3DB7EFA66D6F3D2#)))")) +(define-public ayase-guix-key + (mixed-text-file "ayase-guix-key.pub" + "(public-key\n" + " (ecc\n" + " (curve Ed25519)\n" + " (q #B617E8D644A80841BDF060B67EA0772BA1688754F54582CFDEA899FD8010B3AE#)))")) + (define-public mcdowell-guix-key (mixed-text-file "mcdowell-guix-key.pub" "(public-key\n" |
