From 4652d61ea15ecbb2b09b87c5a95a0f1cc9ff731a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Nov 2022 22:15:47 -0300 Subject: bin/gc: Use "--optimize" for guix gc --- bin/gc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/gc b/bin/gc index 7502e76..60a6376 100755 --- a/bin/gc +++ b/bin/gc @@ -80,9 +80,9 @@ disk() { gc_guix() { pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix system delete-generations - pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix gc -d + pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix gc --optimize -d guix home delete-generations - guix gc -d + guix gc --optimize -d } gc_nohup() { -- cgit v1.2.3