diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
