2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

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.
This commit is contained in:
Maxim Cournoyer 2021-04-26 09:24:57 -04:00
parent 4313d2e33f
commit a14781516c
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,6 @@
(public-key
(ecc
(curve Ed25519)
(q #6C09FE5A3043D1B339A904DB2AD7E905C4BA657B042521A656435B140B2B0EBF#)
)
)

View file

@ -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.