* removed unnecessary comments
svn path=/nixos/trunk/; revision=17695
This commit is contained in:
parent
06f26e1ad0
commit
cc5d5b3e77
1 changed files with 0 additions and 3 deletions
|
@ -14,8 +14,6 @@ in
|
|||
|
||||
{
|
||||
|
||||
###### interface
|
||||
|
||||
options = {
|
||||
|
||||
services.postgresqlBackup = {
|
||||
|
@ -53,7 +51,6 @@ in
|
|||
|
||||
};
|
||||
|
||||
###### implementation
|
||||
config = mkIf config.services.postgresqlBackup.enable {
|
||||
services.cron = {
|
||||
systemCronJobs =
|
||||
|
|
Loading…
Reference in a new issue