Collin J. Doering
c0979ad86f
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
8 lines
161 B
Scheme
8 lines
161 B
Scheme
;; -*- mode: scheme; -*-
|
|
|
|
(channel
|
|
(version 0)
|
|
(directory ".guix")
|
|
(news-file "news.txt")
|
|
(url "https://git.rekahsoft.ca/rekahsoft/guix-north-america.git"))
|