Option renamed
This commit is contained in:
parent
8571b358d2
commit
328c0d5cef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
passwordFile = builtins.toFile "paperless-initial-password" "paperless";
|
passwordFile = builtins.toFile "paperless-initial-password" "paperless";
|
||||||
mediaDir = "/mnt/hd/paperless/media";
|
mediaDir = "/mnt/hd/paperless/media";
|
||||||
consumptionDir = "/mnt/hd/paperless/consume";
|
consumptionDir = "/mnt/hd/paperless/consume";
|
||||||
extraConfig = {
|
settings = {
|
||||||
PAPERLESS_OCR_LANGUAGE = "ita+eng";
|
PAPERLESS_OCR_LANGUAGE = "ita+eng";
|
||||||
PAPERLESS_CONSUMER_IGNORE_PATTERN = builtins.toJSON [".DS_STORE/*" "desktop.ini"];
|
PAPERLESS_CONSUMER_IGNORE_PATTERN = builtins.toJSON [".DS_STORE/*" "desktop.ini"];
|
||||||
PAPERLESS_OCR_USER_ARGS = builtins.toJSON {
|
PAPERLESS_OCR_USER_ARGS = builtins.toJSON {
|
||||||
|
|
Loading…
Add table
Reference in a new issue