[feat] use mirror to avoid DDOS...

Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
SouthFox 2024-11-26 15:16:47 +08:00
parent 676d2105b1
commit d2302af01d

View file

@ -1,4 +1,7 @@
(append (list (channel
(list (channel
(inherit (car %default-channels))
(url "https://git.southfox.me/mirror/guix"))
(channel
(name 'fox-channel)
(url "https://git.southfox.me/southfox/guix-config")))
%default-channels)
(url "https://git.southfox.me/southfox/guix-config"))
)