summaryrefslogtreecommitdiff
path: root/tw/system/cern.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/cern.scm')
-rw-r--r--tw/system/cern.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/tw/system/cern.scm b/tw/system/cern.scm
index 5d9cba18..99620bae 100644
--- a/tw/system/cern.scm
+++ b/tw/system/cern.scm
@@ -197,10 +197,7 @@
'(mcron earlyoom thermald))))
(simple-service 'disk-maintenance mcron-service-type
- ;; I don't think jobs run on boot if they would have run when the
- ;; computer was turned off, so choose a time when the computer is
- ;; probably turned on.
- (list #~(job "45 22 * * *" "guix gc -d 2w -F 25G") ; after unattended-upgrade
+ (list #~(job "45 22 * * *" "guix gc -d 2m -F 100G") ; after unattended-upgrade
#~(job "0 23 * * *" ; after guix gc
(string-append #$(file-append util-linux "/sbin/fstrim")
" --fstab --verbose"))))