summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/aisaka.org b/aisaka.org
index 3b8af7c..f397c0c 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -194,14 +194,18 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html
"&& ")
(define system-update
- (string-append pull-guix
+ (string-append "sudo guix gc -d 7d "
+ and
+ pull-guix
and
reconfigure-system
and
reconfigure-home))
(define system-update-
- (string-append pull-guix-
+ (string-append "sudo guix gc -d 7d "
+ and
+ pull-guix-
and
reconfigure-system-
and