mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
* 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…
Add table
Add a link
Reference in a new issue