guix-config/config: Disable --gc-keep-outputs

master
Pierre Neidhardt 2018-09-12 19:38:37 +02:00
parent f18acf342e
commit d21f99d92c
1 changed files with 7 additions and 6 deletions

View File

@ -115,12 +115,13 @@
(define %my-services
(modify-services
%desktop-services
(guix-service-type config =>
(guix-configuration
(inherit config)
;; Don't clean build deps.
;; See (info "(guix) Invoking guix-daemon").
(extra-options '("--gc-keep-outputs"))))
;; (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"))))
(udev-service-type config =>
(udev-configuration
(inherit config)