Compare commits
2 commits
945c27392d
...
f6aab82ba0
| Author | SHA1 | Date | |
|---|---|---|---|
| f6aab82ba0 | |||
| d6bfb4c175 |
1 changed files with 6 additions and 0 deletions
|
|
@ -294,6 +294,8 @@ in {
|
|||
extraConfig = {
|
||||
PAPERLESS_OCR_LANGUAGE = "deu+eng";
|
||||
PAPERLESS_URL = "https://docs.failco.de";
|
||||
PAPERLESS_CONSUMER_RECURSIVE = true;
|
||||
PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -346,6 +348,10 @@ in {
|
|||
path = "/home/alex/media/scan";
|
||||
devices = [ "redmi" ];
|
||||
};
|
||||
"paperless" = {
|
||||
path = "${config.services.paperless.consumptionDir}";
|
||||
devices = [ "redmi" ];
|
||||
};
|
||||
};
|
||||
devices = {
|
||||
"redmi" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue