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