aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gc4
1 files changed, 2 insertions, 2 deletions
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() {