From 298784e16c0cf7ceb989b1c125a127548a388847 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 1 Dec 2022 00:54:29 +0100 Subject: Move guix gc cron job to system config --- home-configuration.scm | 8 -------- 1 file changed, 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 -- cgit v1.2.3