diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:26:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:26:44 +0200 |
commit | 015a7e7c69857d9e919561ef2f141b1e2497e359 (patch) | |
tree | 5d39ad26086e9acc7c03cebff9c6529571c3b308 | |
parent | c3e0c4cbc1fd8f0dea1388e6802d988bc04044ce (diff) | |
download | nixos-015a7e7c69857d9e919561ef2f141b1e2497e359.tar nixos-015a7e7c69857d9e919561ef2f141b1e2497e359.tar.gz nixos-015a7e7c69857d9e919561ef2f141b1e2497e359.tar.bz2 nixos-015a7e7c69857d9e919561ef2f141b1e2497e359.tar.xz nixos-015a7e7c69857d9e919561ef2f141b1e2497e359.zip |
fix uucico interval
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -807,7 +807,6 @@ in rec { | |||
807 | ''; | 807 | ''; |
808 | commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"]; | 808 | commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"]; |
809 | defaultCommands = ["rmail" "push2bin"]; | 809 | defaultCommands = ["rmail" "push2bin"]; |
810 | interval = "@mail(no) 1h"; | ||
811 | }; | 810 | }; |
812 | 811 | ||
813 | services.atd = { | 812 | services.atd = { |