services.cron.enable: Remove misleading default
Elsewhere we set it to "mkDefault (allFiles != [])" to the default hasno effect.
Eelco Dolstra 10 years ago dec09c22 16acdb45
··· 39 39 40 40 enable = mkOption { 41 41 type = types.bool; 42 42 - default = true; 42 42 + example = true; 43 43 description = "Whether to enable the Vixie cron daemon."; 44 44 }; 45 45