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

This commit is contained in:
Lin Jian
2025-01-19 01:01:45 +08:00
committed by GitHub
+1 -1
View File
@@ -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" ];