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 (define %my-services
(modify-services (modify-services
%desktop-services %desktop-services
(guix-service-type config => ;; (guix-service-type config =>
(guix-configuration ;; (guix-configuration
(inherit config) ;; (inherit config)
;; Don't clean build deps. ;; ;; Don't clean build deps.
;; See (info "(guix) Invoking guix-daemon"). ;; ;; See (info "(guix) Invoking guix-daemon").
(extra-options '("--gc-keep-outputs")))) ;; ;; WARNING: This tends to yield an ever-growing store.
;; (extra-options '("--gc-keep-outputs"))))
(udev-service-type config => (udev-service-type config =>
(udev-configuration (udev-configuration
(inherit config) (inherit config)