We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b909ae + 0d8b4bd commit 62f2725Copy full SHA for 62f2725
1 file changed
nixos/modules/services/backup/duplicity.nix
@@ -47,7 +47,7 @@ in
47
includeFileList = lib.mkOption {
48
type = lib.types.nullOr lib.types.path;
49
default = null;
50
- example = /path/to/fileList.txt;
+ example = "/path/to/fileList.txt";
51
description = ''
52
File containing newline-separated list of paths to include into the
53
backups. See the FILE SELECTION section in {manpage}`duplicity(1)` for
@@ -58,7 +58,7 @@ in
58
excludeFileList = lib.mkOption {
59
60
61
62
63
File containing newline-separated list of paths to exclude into the
64
0 commit comments