aboutsummaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorTimo Wilken2022-12-01 00:54:29 +0100
committerTimo Wilken2022-12-01 00:54:29 +0100
commit298784e16c0cf7ceb989b1c125a127548a388847 (patch)
tree062feacec5f9c3411ec9beebbbd2b4440e25979c /home-configuration.scm
parent2b90db8fb176bc8c63b36b052a2e7f927c27e8e0 (diff)
Move guix gc cron job to system config
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 0b64cad0..147af733 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -27,7 +27,6 @@
(gnu home services)
(gnu home services desktop)
(gnu home services guix)
- (gnu home services mcron)
(gnu home services pm)
(gnu home services shells)
(gnu home services shepherd)
@@ -503,13 +502,6 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(stop #~(lambda _
(invoke "gpg-connect-agent" "killagent" "/bye"))))))
- (simple-service
- 'crontab home-mcron-service-type
- ;; I don't think jobs run on boot if they would have run when the
- ;; computer was turned off, so choose a time when the computer is
- ;; probably turned on.
- (list #~(job "0 21 * * *" "guix gc -d 2w -F 25G")))
-
;; Configuration files for terminal-only programs in $XDG_CONFIG_HOME.
(service
home-xdg-configuration-files-service-type