aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
authorCollin J. Doering2024-03-18 19:04:48 -0400
committerCollin J. Doering2024-03-18 19:29:20 -0400
commitc0979ad86fdf0b403c60d5767328cb862ecc00ef (patch)
treef892274d4e6f78eb3890d1e32f2b46d4d718a8c9 /.guix-authorizations
parent6cf7f9a72eae0333705518ee865a72ea4b63399b (diff)
downloadguix-north-america-c0979ad86fdf0b403c60d5767328cb862ecc00ef.tar.gz
Make this repository a authenticated Guix channel
In order to ease distribution of the various machine configurations defined within this repository, make this repository an authenticated Guix channel. * .guix-authorizations: Add a single authorized key to start * .guix-channel: Set various channel details * news.txt: Provide an initial news item
Diffstat (limited to '.guix-authorizations')
-rw-r--r--.guix-authorizations11
1 files changed, 11 insertions, 0 deletions
diff --git a/.guix-authorizations b/.guix-authorizations
new file mode 100644
index 0000000..032c6ec
--- /dev/null
+++ b/.guix-authorizations
@@ -0,0 +1,11 @@
+;; -*- mode: scheme; -*-
+
+;; This is the list of OpenPGP keys currently authorized to sign commits in
+;; this repository.
+
+(authorizations
+ (version 0)
+
+ ((;; primary: "F7BD DC6D BBE6 B16B 2C71 1A02 5FAB 9938 E05B FEC8"
+ "F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"
+ (name "rekahsoft"))))