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