summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-11 23:31:03 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-11 23:31:03 +0100
commit5c0c4e4427a6b771c4c41c1ccd8950050dad67be (patch)
tree0336c1e33e16d9a8495f97c7a6c17b6872c9f87c /home-configuration.scm
parentc2f54be32c28109c7ffc10c5f85e5b47131c7ef3 (diff)
Add garbage collection to system-update
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index f35ae53..c3dee97 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -56,14 +56,18 @@
"&& ")
(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