diff options
author | Collin J. Doering | 2024-03-18 19:04:48 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-03-18 19:29:20 -0400 |
commit | c0979ad86fdf0b403c60d5767328cb862ecc00ef (patch) | |
tree | f892274d4e6f78eb3890d1e32f2b46d4d718a8c9 /.guix-channel | |
parent | 6cf7f9a72eae0333705518ee865a72ea4b63399b (diff) | |
download | guix-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-channel')
-rw-r--r-- | .guix-channel | 7 |
1 files changed, 7 insertions, 0 deletions
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")) |