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")))) diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..5ddf9fb --- /dev/null +++ b/.guix-channel @@ -0,0 +1,7 @@ +;; -*- mode: scheme; -*- + +(channel + (version 0) + (directory ".guix") + (news-file "news.txt") + (url "https://git.rekahsoft.ca/rekahsoft/guix-north-america.git")) diff --git a/news.txt b/news.txt new file mode 100644 index 0000000..47fe417 --- /dev/null +++ b/news.txt @@ -0,0 +1,2 @@ +(channel-news + (version 0))