From 50e473e1b19e47ca7dfa20e7bda4ab01b5d141ed Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 26 May 2024 01:22:51 -0300 Subject: [PATCH] operating-systems: buer: Increase free space in the store that guix gc should attempt to reach --- operating-systems/buer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 94481c1..555d849 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -229,7 +229,7 @@ (service mcron-service-type (mcron-configuration (jobs (list #~(job "* * * * Sun" - "guix gc --optimize --free-space=5G"))))) + "guix gc --optimize --free-space=10G"))))) #|Device management services|# (service udev-service-type