summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 4e45d609..29457823 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -497,6 +497,7 @@ in rec {
497 ''; 497 '';
498 commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"]; 498 commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"];
499 defaultCommands = ["rmail" "push2bin"]; 499 defaultCommands = ["rmail" "push2bin"];
500 interval = "@hourly,nomail";
500 }; 501 };
501 502
502 services.atd = { 503 services.atd = {