From 2d8181f1ce3765270312a8c15b8a8347a4ba1881 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 Dec 2022 07:39:40 -0300 Subject: bin/{gc,upgrade}: Fix path to store password --- bin/gc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/gc') diff --git a/bin/gc b/bin/gc index 60a6376..b156b08 100755 --- a/bin/gc +++ b/bin/gc @@ -79,8 +79,8 @@ 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 --optimize -d + pass show velhinho/andreh | head -n1 | sudo -iS guix system delete-generations + pass show velhinho/andreh | head -n1 | sudo -iS guix gc --optimize -d guix home delete-generations guix gc --optimize -d } -- cgit v1.2.3