config/guix/system/default: Disable max-jobs=2 and gx.bufio.org substitutes.

master
Pierre Neidhardt 2020-01-12 15:42:05 +01:00
parent 20b52714dd
commit 4892e2ff7f
1 changed files with 18 additions and 18 deletions

View File

@ -66,24 +66,24 @@ StrictNodes 1")
;; with Wicd, and more.
(modify-services
%desktop-services
(guix-service-type config =>
(guix-configuration
(inherit config)
;; Don't clean build deps.
;; See (info "(guix) Invoking guix-daemon").
;; WARNING: This tends to yield an ever-growing store.
;; (extra-options '("--gc-keep-outputs"))
;; Specify substitutes manually. Defaults
;; should be good enough in most cases.
(substitute-urls
(list
"https://ci.guix.gnu.org"
;; "https://qualif.ci.guix.gnu.org"
;; "https://berlin.guixsd.org"
;; "https://mirror.hydra.gnu.org"
;; "https://hydra.gnu.org"
"https://gx.bufio.org"))
(extra-options '("--max-jobs=2"))))
;; (guix-service-type config =>
;; (guix-configuration
;; (inherit config)
;; ;; Don't clean build deps.
;; ;; See (info "(guix) Invoking guix-daemon").
;; ;; WARNING: This tends to yield an ever-growing store.
;; ;; (extra-options '("--gc-keep-outputs"))
;; ;; Specify substitutes manually. Defaults
;; ;; should be good enough in most cases.
;; (substitute-urls
;; (list
;; "https://ci.guix.gnu.org"
;; ;; "https://qualif.ci.guix.gnu.org"
;; ;; "https://berlin.guixsd.org"
;; ;; "https://mirror.hydra.gnu.org"
;; ;; "https://hydra.gnu.org"
;; "https://gx.bufio.org"))
;; (extra-options '("--max-jobs=2"))))
(udev-service-type config =>
(udev-configuration
(inherit config)