* removed unnecessary comments

svn path=/nixos/trunk/; revision=17696
This commit is contained in:
Rob Vermaas 2009-10-07 12:54:22 +00:00
parent cc5d5b3e77
commit ddf7a784e7

@ -13,9 +13,6 @@ let
in
{
###### interface
options = {
services.mysqlBackup = {
@ -53,7 +50,6 @@ in
};
###### implementation
config = mkIf config.services.mysqlBackup.enable {
services.cron = {
systemCronJobs =