From 5d3f2dedb0738f7f6e524dd299be5c5053081f60 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 15 Feb 2026 08:27:25 +0100 Subject: [PATCH] chore: authorize builder keys --- config.scm | 3 ++- keys/orv2-local-key.pub | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 keys/orv2-local-key.pub diff --git a/config.scm b/config.scm index f60716cb998d3b72ad2f724e1847f74bc0403fc5..e953ac19992b889992f8a068b83a4bb8807e3891 100644 --- a/config.scm +++ b/config.scm @@ -289,7 +289,8 @@ (guix-extension (authorized-keys (list (local-file "keys/nonguix-signing-key.pub") - (local-file "keys/rpi-local-key.pub"))) + (local-file "keys/rpi-local-key.pub") + (local-file "keys/orv2-local-key.pub"))) (substitute-urls '("https://substitutes.nonguix.org")))) (service earlyoom-service-type diff --git a/keys/orv2-local-key.pub b/keys/orv2-local-key.pub new file mode 100644 index 0000000000000000000000000000000000000000..0684f91c7a859450e2af0d8a78116abbcf190b6b --- /dev/null +++ b/keys/orv2-local-key.pub @@ -0,0 +1,6 @@ +(public-key + (ecc + (curve Ed25519) + (q #F850D8EFF5375F3C31438E582A5D7B78A97734EDCA9DBF639DE984DBC0A07752#) + ) + ) \ No newline at end of file