Commit 74de1cde authored by Alex Martens's avatar Alex Martens
Browse files

nixos/borgbackup: fix typo in example

parent 9155958c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];