* 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

View File

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