* removed unnecessary comments
svn path=/nixos/trunk/; revision=17695
This commit is contained in:
parent
06f26e1ad0
commit
cc5d5b3e77
@ -14,8 +14,6 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
###### interface
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
@ -53,7 +51,6 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
###### implementation
|
|
||||||
config = mkIf config.services.postgresqlBackup.enable {
|
config = mkIf config.services.postgresqlBackup.enable {
|
||||||
services.cron = {
|
services.cron = {
|
||||||
systemCronJobs =
|
systemCronJobs =
|
||||||
|
Loading…
Reference in New Issue
Block a user