summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index c844834c..d7c862ef 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -130,8 +130,6 @@ in rec {
130 enable = true; 130 enable = true;
131 systab = '' 131 systab = ''
132 %weekly * * nix-collect-garbage --delete-older-than '7d' 132 %weekly * * nix-collect-garbage --delete-older-than '7d'
133
134 %monthly * * * ${pkgs.bash}/bin/bash ${pkgs.callPackage ./custom/simp_le.nix { domains = ["dirty-haskell.org" "www.dirty-haskell.org" "git.yggdrasil.li" "git.dirty-haskell.org" "git.141.li"]; } } 2>&1 | ${pkgs.eject}/bin/logger -p auth.info
135 ''; 133 '';
136 }; 134 };
137 135