* removed unnecessary comments
svn path=/nixos/trunk/; revision=17696
This commit is contained in:
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user