Fix missing .request in restic documentation
This commit is contained in:
parent
e7c1fcf76e
commit
c806b158ab
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ the snippet above becomes:
|
|||
|
||||
```nix
|
||||
shb.restic.instances."myservice" = {
|
||||
request = config.myservice.backup;
|
||||
request = config.myservice.backup.request;
|
||||
|
||||
settings = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue