From 267c12fa4f0b92b6011fe0bc7ce43dc5d1b1a85e Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 1 Mar 2023 16:25:53 +0100 Subject: Bump Guix generation GC to 2 months and 100G --- tw/system/cern.scm | 5 +---- 1 file changed, 1 insertion(+), 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")))) -- cgit v1.2.3