nixpkgs/nixos/modules/services/scheduling
Eelco Dolstra 201f9beddb Don't enable cron by default
The rationale for disabling this is: 1) systemd timers are better; 2)
it gets rid of one usually unnecessary process, which makes containers
more light-weight.

Note that cron is still enabled if services.cron.systemCronJobs is
non-empty, so this only matters if you have no declarative cron jobs
but do have user cron jobs.
2015-07-22 15:15:09 +02:00
..
atd.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
chronos.nix types.uniq types.bool -> types.bool 2015-06-15 18:10:26 +02:00
cron.nix Don't enable cron by default 2015-07-22 15:15:09 +02:00
fcron.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
marathon.nix types.uniq types.bool -> types.bool 2015-06-15 18:10:26 +02:00