fix(paperless): update renamed option

This commit is contained in:
Felix Schröter 2024-05-26 16:18:26 +02:00
parent 69276d833a
commit 5ad8bc1d56
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -12,7 +12,7 @@ in {
enable = true; enable = true;
inherit port; inherit port;
passwordFile = config.age.secrets.paperless.path; passwordFile = config.age.secrets.paperless.path;
extraConfig = { settings = {
PAPERLESS_ADMIN_USER = "felschr"; PAPERLESS_ADMIN_USER = "felschr";
PAPERLESS_OCR_LANGUAGE = "deu+eng"; PAPERLESS_OCR_LANGUAGE = "deu+eng";
}; };