[feat] use mirror to avoid DDOS...
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
676d2105b1
commit
d2302af01d
1 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
||||||
(append (list (channel
|
(list (channel
|
||||||
|
(inherit (car %default-channels))
|
||||||
|
(url "https://git.southfox.me/mirror/guix"))
|
||||||
|
(channel
|
||||||
(name 'fox-channel)
|
(name 'fox-channel)
|
||||||
(url "https://git.southfox.me/southfox/guix-config")))
|
(url "https://git.southfox.me/southfox/guix-config"))
|
||||||
%default-channels)
|
)
|
||||||
|
|
Loading…
Reference in a new issue