summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 675a10f5..d65f35e6 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -146,7 +146,7 @@ in rec {
146 services.fcron = { 146 services.fcron = {
147 enable = true; 147 enable = true;
148 systab = '' 148 systab = ''
149 %weekly * * nix-collect-garbage --delete-older-than '7d' 149 %weekly,erroronlymail * * nix-collect-garbage --delete-older-than '7d'
150 ''; 150 '';
151 }; 151 };
152 152