services.cron.enable: Remove misleading default

Elsewhere we set it to "mkDefault (allFiles != [])" to the default has
no effect.
This commit is contained in:
Eelco Dolstra 2015-11-19 14:14:19 +01:00
parent 16acdb45bd
commit dec09c2220
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ in
enable = mkOption { enable = mkOption {
type = types.bool; type = types.bool;
default = true; example = true;
description = "Whether to enable the Vixie cron daemon."; description = "Whether to enable the Vixie cron daemon.";
}; };