aboutsummaryrefslogtreecommitdiff
path: root/tw/system/cern.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-03-01 16:25:53 +0100
committerTimo Wilken2023-03-04 19:24:12 +0100
commit267c12fa4f0b92b6011fe0bc7ce43dc5d1b1a85e (patch)
tree04617aba8e30425f12182572a1cdeddc8c4cdd7e /tw/system/cern.scm
parent657fa106e0ebb58cc7c1db9b725e3b49feacc41d (diff)
Bump Guix generation GC to 2 months and 100G
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"))))