Unverified Commit bbf4efb4 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

nixos/borgbackup: fix typo in example (#374833)

parents 93d6bb5a 74de1cde
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" ];