aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-04-01 10:55:17 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-04-01 15:07:14 -0600
commit289113b0790aeebdff4115adf2ad52ba70a0ebb3 (patch)
tree5572f1b7b5303ab23036325410e2b301137e1627 /systems
parent9dbdd51f4a9ca43b8468cc9e3d3b1ab8140ccf00 (diff)
downloaddotfiles-289113b0790aeebdff4115adf2ad52ba70a0ebb3.tar.gz
dotfiles-289113b0790aeebdff4115adf2ad52ba70a0ebb3.tar.xz
systems: daeva: remove guix gc and nix gc jobs
Because the GC roots don't seem to be properly set, these jobs tend to nuke project builds and caches for different environments. At best, it just means the projects need to be rebuilt. Worse, it messes with the caches and breaks the projects. Since these are relatively stable, these jobs do not need to run daily. On demand should be sufficient. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index fd6aaf34..3b1c8906 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -28,6 +28,7 @@
#:use-module (kbg packages gnome)
#:use-module (kbg services desktop)
#:use-module (kbg services nftables)
+ #:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
(define install-grub-efi-removable
@@ -150,9 +151,7 @@
(nftables-service "daeva")
(simple-service 'my-cron-jobs
mcron-service-type
- (list ;; garbage-collector-job
- guix-gc-repair-job
- nix-gc-job)))
+ (list mcron:guix-gc-repair-job)))
%kbg-desktop-services))
;; Allow resolution of '.local' host names with mDNS.