Skip to content

Commit

Permalink
nixos/borgbackup: fix typo in example
Browse files Browse the repository at this point in the history
(cherry picked from commit 74de1cd)
  • Loading branch information
newAM authored and github-actions[bot] committed Jan 18, 2025
1 parent f03326d commit e9fb4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/backup/borgbackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A complete list of options for the Borgbase module may be found
A very basic configuration for backing up to a locally accessible directory is:
```nix
{
opt.services.borgbackup.jobs = {
services.borgbackup.jobs = {
rootBackup = {
paths = "/";
exclude = [ "/nix" "/path/to/local/repo" ];
Expand Down

0 comments on commit e9fb4e4

Please sign in to comment.