guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: overdrive: Register the export key of my Guix Sys


From: Maxim Cournoyer
Subject: branch master updated: overdrive: Register the export key of my Guix System.
Date: Mon, 26 Apr 2021 11:49:52 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a147815  overdrive: Register the export key of my Guix System.
a147815 is described below

commit a14781516cd4ceaade6e945b088f0f9b7c5739c8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 26 09:24:57 2021 -0400

    overdrive: Register the export key of my Guix System.
    
    This is required for offloading.
    
    * hydra/keys/guix/maxim-desktop-export.pub: New key.
    * hydra/modules/sysadmin/overdrive.scm (%authorized-guix-keys):
    Authorize it.
---
 hydra/keys/guix/maxim-desktop-export.pub | 6 ++++++
 hydra/modules/sysadmin/overdrive.scm     | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/hydra/keys/guix/maxim-desktop-export.pub 
b/hydra/keys/guix/maxim-desktop-export.pub
new file mode 100644
index 0000000..3074f85
--- /dev/null
+++ b/hydra/keys/guix/maxim-desktop-export.pub
@@ -0,0 +1,6 @@
+(public-key 
+ (ecc 
+  (curve Ed25519)
+  (q #6C09FE5A3043D1B339A904DB2AD7E905C4BA657B042521A656435B140B2B0EBF#)
+  )
+ )
diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index 3c06a07..a53aa5a 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -57,7 +57,9 @@
 
         ;; Exceptionally, allow exports from Ludo's laptop.  This is
         ;; necessary for the release process.
-        (local-file "../../keys/guix/ludo-laptop-export.pub")))
+        (local-file "../../keys/guix/ludo-laptop-export.pub")
+        ;; Likewise for Maxim's desktop.
+        (local-file "../../keys/guix/maxim-desktop-export.pub")))
 
 (define gc-job
   ;; Run 'guix gc' at 3AM every day.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]