aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-02-15 11:43:24 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-03-14 11:14:48 -0600
commit9cc0cf7bde65c15dcb7c90c9bdf7a6c01361fcde (patch)
treee100994c31c4b8d02b4c3de3c7e8c3986b8fa8d5 /systems
parent72c31d502bcbe9a7ab9a6999bd6a90fc41e7ea6a (diff)
downloaddotfiles-9cc0cf7bde65c15dcb7c90c9bdf7a6c01361fcde.tar.gz
dotfiles-9cc0cf7bde65c15dcb7c90c9bdf7a6c01361fcde.tar.xz
system: guix gc: simply collect garbage
Do not attempt to free a specified amount, but simply reduce the amount of space used. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index 05a1579d..1f839ff5 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -35,7 +35,7 @@
(define garbage-collector-job
#~(job "5 0 * * *"
- "guix gc --free-space 50G"))
+ "guix gc --collect-garbage"))
(define install-grub-efi-removable
#~(lambda (bootloader efi-dir mount-point)