aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
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