aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-04-01 10:54:49 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-04-01 15:07:14 -0600
commit9dbdd51f4a9ca43b8468cc9e3d3b1ab8140ccf00 (patch)
tree026cecf8bd35485c60dacea30727b787c3a518a6 /systems
parent8e47bfcff935f9bad3311e6fd6cfe4d1854acdf1 (diff)
downloaddotfiles-9dbdd51f4a9ca43b8468cc9e3d3b1ab8140ccf00.tar.gz
dotfiles-9dbdd51f4a9ca43b8468cc9e3d3b1ab8140ccf00.tar.xz
system: daeva: move mcron jobs into module
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/systems/daeva.scm b/systems/daeva.scm
index 7ca71650..fd6aaf34 100644
--- a/systems/daeva.scm
+++ b/systems/daeva.scm
@@ -30,21 +30,6 @@
#:use-module (kbg services nftables)
#:use-module (kbg system xorg))
-(define nix-gc-job
- #~(job '(next-hour '(1))
- "nix-collect-garbage --delete-old"
- "nix garbage collection"))
-
-(define guix-gc-repair-job
- #~(job '(next-hour '(0))
- "guix gc --verify=contents,repair"
- "guix store repair"))
-
-(define garbage-collector-job
- #~(job "5 0 * * 0"
- "guix gc --collect-garbage"
- "guix garbage collection"))
-
(define install-grub-efi-removable
#~(lambda (bootloader efi-dir mount-point)
(when efi-dir