feat(paperless): configure consumption dir to work with ftp paperless-upload

This commit is contained in:
Khaïs COLIN 2024-08-27 12:43:46 +02:00
parent 717fcffcf4
commit 3dca1e757d

View file

@ -8,6 +8,7 @@ in
address = "localhost"; address = "localhost";
port = 28981; port = 28981;
passwordFile = "/etc/nixos/secrets/paperless-password"; passwordFile = "/etc/nixos/secrets/paperless-password";
consumptionDir = "/home/paperless-upload";
settings = { settings = {
PAPERLESS_DBHOST = "/run/postgresql"; PAPERLESS_DBHOST = "/run/postgresql";
PAPERLESS_DBNAME = "paperless"; PAPERLESS_DBNAME = "paperless";