From b7ae16aa283deffc145fdee6ccd7f5ea451e237d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 29 Apr 2023 16:35:29 -0300 Subject: gc.sh: Add 1 month window to keep Guix versions --- src/infrastructure/scripts/gc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/infrastructure/scripts/gc.sh b/src/infrastructure/scripts/gc.sh index 7f44626..e037f3c 100755 --- a/src/infrastructure/scripts/gc.sh +++ b/src/infrastructure/scripts/gc.sh @@ -91,8 +91,8 @@ today() { } gc_guix() { - sudo -i guix system delete-generations - sudo -i guix gc -d + sudo -i guix system delete-generations 1m + sudo -i guix gc -d 1m } gc_deploy() { -- cgit v1.2.3